]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
catopen.3: Remove ancient Linux libc details
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 29 Jun 2014 08:36:00 +0000 (10:36 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 18 Aug 2014 22:01:49 +0000 (17:01 -0500)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/catopen.3

index 0d8d33babe93a2676f0d2adcda82ff1ddfd68153..b7aa825ee1c432d069b649520192c62d47808a3a 100644 (file)
@@ -148,45 +148,46 @@ POSIX.1-2001.
 .\" 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" .
-It is unclear what the source was for the constants
-.B MCLoadBySet
-and
-.B MCLoadAll
-(see below).
+.\"
+.\" It is unclear what the source was for the constants
+.\" .B MCLoadBySet
+.\" and
+.\" .B MCLoadAll
+.\" (see below).
 .SH NOTES
 The above is the POSIX.1-2001 description.
 The glibc value for
 .B NL_CAT_LOCALE
 is 1.
-(Compare
-.B MCLoadAll
-below.)
+.\" (Compare
+.\" .B MCLoadAll
+.\" below.)
 The default path varies, but usually looks at a number of places below
 .IR /usr/share/locale .
-.SS Linux notes
-These functions are available for Linux since libc 4.4.4c.
-In the case of linux libc4 and libc5, the catalog descriptor
-.I nl_catd
-is a
-.BR mmap (2)'ed
-area of memory and not a file descriptor.
-The
-.I flag
-argument to
-.BR catopen ()
-should be either
-.B MCLoadBySet
-(=0) or
-.B MCLoadAll
-(=1).
-The former value indicates that a set from the catalog is to be
-loaded when needed, whereas the latter causes the initial call to
-.BR catopen ()
-to load the entire catalog into memory.
-The default search path varies, but usually looks at a number of places below
-.I /etc/locale
-and
-.IR /usr/lib/locale .
+.\" .SS Linux notes
+.\" These functions are available for Linux since libc 4.4.4c.
+.\" In the case of linux libc4 and libc5, the catalog descriptor
+.\" .I nl_catd
+.\" is a
+.\" .BR mmap (2)'ed
+.\" area of memory and not a file descriptor.
+.\" The
+.\" .I flag
+.\" argument to
+.\" .BR catopen ()
+.\" should be either
+.\" .B MCLoadBySet
+.\" (=0) or
+.\" .B MCLoadAll
+.\" (=1).
+.\" The former value indicates that a set from the catalog is to be
+.\" loaded when needed, whereas the latter causes the initial call to
+.\" .BR catopen ()
+.\" to load the entire catalog into memory.
+.\" The default search path varies, but usually looks at a number of places below
+.\" .I /etc/locale
+.\" and
+.\" .IR /usr/lib/locale .
 .SH SEE ALSO
 .BR catgets (3),
 .BR setlocale (3)