Correct section header.

This commit is contained in:
wiz 2001-09-16 02:22:27 +00:00
parent 80dc71cefe
commit 5f0cf55919
2 changed files with 4 additions and 4 deletions

View File

@ -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>.
.\" Public domain.
@ -28,7 +28,7 @@ The argument
.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;

View File

@ -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>.
.\" Public domain.
@ -37,7 +37,7 @@ substituted for %N.
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.