diff options
author | phantom <phantom@FreeBSD.org> | 2005-02-27 16:30:16 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2005-02-27 16:30:16 +0000 |
commit | ffdbc9bc05f53cb83cf79d1d48c3b51779e787bc (patch) | |
tree | e582ea288f20e7994c845978b2d0513e60514d81 /lib/libc/nls/catclose.3 | |
parent | db7bc61c50a6090bfd3c674fa7500228355b2479 (diff) | |
download | FreeBSD-src-ffdbc9bc05f53cb83cf79d1d48c3b51779e787bc.zip FreeBSD-src-ffdbc9bc05f53cb83cf79d1d48c3b51779e787bc.tar.gz |
. Bump .Dd's
. Note POSIX 1003.1-2001 conformation
. Add ERRORS section for catgets(3)
. Note what catopen(3) returns EINVAL, if catalog is corrupt
Diffstat (limited to 'lib/libc/nls/catclose.3')
-rw-r--r-- | lib/libc/nls/catclose.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/nls/catclose.3 b/lib/libc/nls/catclose.3 index 733face..ed0f639 100644 --- a/lib/libc/nls/catclose.3 +++ b/lib/libc/nls/catclose.3 @@ -27,7 +27,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD$ -.Dd May 29, 1994 +.Dd February 12, 2005 .Dt CATCLOSE 3 .Os .Sh NAME @@ -61,4 +61,4 @@ argument. The .Fn catclose function conforms to -.St -xpg4 . +.St -p1003.1-2001 . |