OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / catgets.3
index 047dd9a..ece3bd8 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright 1993 Mitchum DSouza <m.dsouza@mrc-applied-psychology.cambridge.ac.uk>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Updated, aeb, 980809
 .TH CATGETS 3 1998-08-09 "" "Linux Programmer's Manual"
@@ -44,8 +46,8 @@ where
 .I catalog
 is a catalog descriptor returned from an earlier call to
 .BR catopen (3).
-The fourth argument
-.I message
+The fourth argument,
+.IR message ,
 points to a default message string which will be returned by
 .BR catgets ()
 if the identified message catalog is not currently available.
@@ -54,7 +56,7 @@ message-text is contained in an internal buffer area and should be copied by
 the application if it is to be saved or modified.
 The return string is
 always terminated with a null byte.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 .LP
 On success,
 .BR catgets ()
@@ -64,7 +66,7 @@ On failure,
 .BR catgets ()
 returns the value
 .IR message .
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 POSIX.1-2001.
 .SH NOTES
 These functions are only available in libc.so.4.4.4c and above.
@@ -79,6 +81,6 @@ the specified message.
 These two possible error returns seem to be discarded in SUSv2
 in favor of always returning
 .IR message .
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR catopen (3),
 .BR setlocale (3)