Correct section header.
This commit is contained in:
parent
80dc71cefe
commit
5f0cf55919
|
@ -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>.
|
.\" Written by J.T. Conklin <jtc@netbsd.org>.
|
||||||
.\" Public domain.
|
.\" Public domain.
|
||||||
|
@ -28,7 +28,7 @@ The argument
|
||||||
.Fa s
|
.Fa s
|
||||||
points to a default message which is returned if the function
|
points to a default message which is returned if the function
|
||||||
is unable to retrieve the specified message.
|
is unable to retrieve the specified message.
|
||||||
.Sh RETURN VALUE
|
.Sh RETURN VALUES
|
||||||
If the specified message was retrieved successfully,
|
If the specified message was retrieved successfully,
|
||||||
.Fn catgets
|
.Fn catgets
|
||||||
returns a pointer to an internal buffer containing the message string;
|
returns a pointer to an internal buffer containing the message string;
|
||||||
|
|
|
@ -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>.
|
.\" Written by J.T. Conklin <jtc@netbsd.org>.
|
||||||
.\" Public domain.
|
.\" Public domain.
|
||||||
|
@ -37,7 +37,7 @@ substituted for %N.
|
||||||
The
|
The
|
||||||
.Fa oflag
|
.Fa oflag
|
||||||
argument is reserved for future use and should be set to zero.
|
argument is reserved for future use and should be set to zero.
|
||||||
.Sh RETURN VALUE
|
.Sh RETURN VALUES
|
||||||
Upon successful completion,
|
Upon successful completion,
|
||||||
.Fn catopen
|
.Fn catopen
|
||||||
returns a message catalog descriptor.
|
returns a message catalog descriptor.
|
||||||
|
|
Loading…
Reference in New Issue