]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/catopen.3
fuse.4: ffix
[thirdparty/man-pages.git] / man3 / catopen.3
index 01481215f88ed0de37aaaa0ee0262f735276f0dd..f005d70024b85ece41b95dc6eeb0adf93f95fbad 100644 (file)
 .\" Modified Thu Dec 13 22:51:19 2001 by Martin Schulze <joey@infodrom.org>
 .\" Modified 2001-12-14 aeb
 .\"
-.TH CATOPEN 3 2014-08-19 "GNU" "Linux Programmer's Manual"
+.TH CATOPEN 3 2015-08-08 "GNU" "Linux Programmer's Manual"
 .SH NAME
 catopen, catclose \- open/close a message catalog
 .SH SYNOPSIS
 .B #include <nl_types.h>
-.sp
+.PP
 .BI "nl_catd catopen(const char *" name ", int " flag );
-
+.PP
 .BI "int catclose(nl_catd " catalog );
 .SH DESCRIPTION
 The function
@@ -46,7 +46,7 @@ If a file descriptor is used to implement catalog descriptors,
 then the
 .B FD_CLOEXEC
 flag will be set.
-.LP
+.PP
 The argument
 .I name
 specifies the name of the message catalog to be opened.
@@ -88,7 +88,7 @@ Changing the
 .B LC_MESSAGES
 part of the locale may invalidate
 open catalog descriptors.
-.LP
+.PP
 The
 .I flag
 argument to
@@ -101,7 +101,7 @@ then it will use the current locale setting for
 Otherwise, it will use the
 .B LANG
 environment variable.
-.LP
+.PP
 The function
 .BR catclose ()
 closes the message catalog identified by
@@ -124,7 +124,7 @@ The possible error values include all
 possible values for the
 .BR open (2)
 call.
-.LP
+.PP
 The function
 .BR catclose ()
 returns 0 on success, or \-1 on failure.
@@ -159,7 +159,7 @@ T{
 T}     Thread safety   MT-Safe
 .TE
 .SH CONFORMING TO
-POSIX.1-2001.
+POSIX.1-2001, POSIX.1-2008.
 .\" In XPG 1987, Vol. 3 it says:
 .\" .I "The flag argument of catopen is reserved for future use"
 .\" .IR "and should be set to 0" .
@@ -170,7 +170,7 @@ POSIX.1-2001.
 .\" .B MCLoadAll
 .\" (see below).
 .SH NOTES
-The above is the POSIX.1-2001 description.
+The above is the POSIX.1 description.
 The glibc value for
 .B NL_CAT_LOCALE
 is 1.