diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-22 22:44:42 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-22 22:44:42 +0000 |
| commit | 466d6dc43b41719454e643027ea71f03b4b9a287 (patch) | |
| tree | b98ea010cf1f2da0f788756099201b7e5affd793 /lib | |
| parent | 72f89f7ee3a0418362f1069dc23ae54ffe1dca51 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/nls/catclose.3 | 1 | ||||
| -rw-r--r-- | lib/libc/nls/catgets.3 | 1 | ||||
| -rw-r--r-- | lib/libc/nls/catopen.3 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/nls/catclose.3 b/lib/libc/nls/catclose.3 index bf14e6728242f..fcdecc5664c4d 100644 --- a/lib/libc/nls/catclose.3 +++ b/lib/libc/nls/catclose.3 @@ -44,6 +44,7 @@ The function closes the message catalog specified by the argument .Fa catd . .Sh SEE ALSO +.Xr gencat 1 , .Xr catgets 3 , .Xr catopen 3 .Sh STANDARDS diff --git a/lib/libc/nls/catgets.3 b/lib/libc/nls/catgets.3 index ef33396f23c51..9359e5fc69c9c 100644 --- a/lib/libc/nls/catgets.3 +++ b/lib/libc/nls/catgets.3 @@ -58,6 +58,7 @@ returns a pointer to an internal buffer containing the message string; otherwise it returns .Fa s . .Sh SEE ALSO +.Xr gencat 1 , .Xr catclose 3 , .Xr catopen 3 .Sh STANDARDS diff --git a/lib/libc/nls/catopen.3 b/lib/libc/nls/catopen.3 index 2d9d5a7e3e0c5..31306168cff5f 100644 --- a/lib/libc/nls/catopen.3 +++ b/lib/libc/nls/catopen.3 @@ -88,6 +88,7 @@ is set to indicate the error. Insufficient memory is available. .El .Sh SEE ALSO +.Xr gencat 1 , .Xr catclose 3 , .Xr catgets 3 , .Xr setlocale 3 |
