Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/nls Correct section header.



details:   https://anonhg.NetBSD.org/src/rev/12f7252110cd
branches:  trunk
changeset: 515039:12f7252110cd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 16 02:22:27 2001 +0000

description:
Correct section header.

diffstat:

 lib/libc/nls/catgets.3 |  4 ++--
 lib/libc/nls/catopen.3 |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 29e197115d87 -r 12f7252110cd lib/libc/nls/catgets.3
--- a/lib/libc/nls/catgets.3    Sun Sep 16 02:22:15 2001 +0000
+++ b/lib/libc/nls/catgets.3    Sun Sep 16 02:22:27 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: catgets.3,v 1.9 2001/09/16 02:21:00 wiz Exp $
+.\"    $NetBSD: catgets.3,v 1.10 2001/09/16 02:22:27 wiz Exp $
 .\"
 .\" Written by J.T. Conklin <jtc%netbsd.org@localhost>.
 .\" Public domain.
@@ -28,7 +28,7 @@
 .Fa s
 points to a default message which is returned if the function
 is unable to retrieve the specified message.
-.Sh RETURN VALUE
+.Sh RETURN VALUES
 If the specified message was retrieved successfully,
 .Fn catgets
 returns a pointer to an internal buffer containing the message string;
diff -r 29e197115d87 -r 12f7252110cd lib/libc/nls/catopen.3
--- a/lib/libc/nls/catopen.3    Sun Sep 16 02:22:15 2001 +0000
+++ b/lib/libc/nls/catopen.3    Sun Sep 16 02:22:27 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: catopen.3,v 1.7 2001/09/16 02:21:00 wiz Exp $
+.\"    $NetBSD: catopen.3,v 1.8 2001/09/16 02:22:27 wiz Exp $
 .\"
 .\" Written by J.T. Conklin <jtc%netbsd.org@localhost>.
 .\" Public domain.
@@ -37,7 +37,7 @@
 The
 .Fa oflag
 argument is reserved for future use and should be set to zero.
-.Sh RETURN VALUE
+.Sh RETURN VALUES
 Upon successful completion,
 .Fn catopen
 returns a message catalog descriptor.



Home | Main Index | Thread Index | Old Index