diff options
Diffstat (limited to 'lib/libc/nls')
-rw-r--r-- | lib/libc/nls/catgets.3 | 4 | ||||
-rw-r--r-- | lib/libc/nls/catopen.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/nls/catgets.3 b/lib/libc/nls/catgets.3 index 88146518103..b5100422336 100644 --- a/lib/libc/nls/catgets.3 +++ b/lib/libc/nls/catgets.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: catgets.3,v 1.3 1999/07/05 13:23:47 aaron Exp $ +.\" $OpenBSD: catgets.3,v 1.4 1999/08/31 16:52:34 aaron Exp $ .\" .\" Written by J.T. Conklin <jtc@netbsd.org>. .\" Public domain. @@ -26,7 +26,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; diff --git a/lib/libc/nls/catopen.3 b/lib/libc/nls/catopen.3 index 47468d93f0c..6ad3d312ff0 100644 --- a/lib/libc/nls/catopen.3 +++ b/lib/libc/nls/catopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: catopen.3,v 1.4 1999/07/05 13:23:47 aaron Exp $ +.\" $OpenBSD: catopen.3,v 1.5 1999/08/31 16:52:34 aaron Exp $ .\" .\" Written by J.T. Conklin <jtc@netbsd.org>. .\" Public domain. @@ -36,7 +36,7 @@ substituted for 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. |