diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-08-31 16:52:36 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-08-31 16:52:36 +0000 |
commit | 4a5fe73d3f52d4faf3e7e8b48559c8e8c872e5df (patch) | |
tree | 9110de7db77a96d4122ccdf47ec13dc969cc53ef /lib/libc/nls | |
parent | 43b7fa1d59ab3c955e2f241dcee15d3bbe36b967 (diff) |
Consistify naming of RETURN VALUES section.
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. |