summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>1999-09-22 22:44:42 +0000
committerphantom <phantom@FreeBSD.org>1999-09-22 22:44:42 +0000
commitf78a3faf1a6f891f1569a6fd60dfe5733495764b (patch)
treee4c5460a745d16ce8567fc818921116a102a099c /lib
parent8559cd013455e2ae00c773858096eb6ab4556d1d (diff)
downloadFreeBSD-src-f78a3faf1a6f891f1569a6fd60dfe5733495764b.zip
FreeBSD-src-f78a3faf1a6f891f1569a6fd60dfe5733495764b.tar.gz
Add gencat(1) to SEE ALSO section.
PR: docs/13658 Submitted by: Zahemszky Gabor <zgabor@code.hu>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/nls/catclose.31
-rw-r--r--lib/libc/nls/catgets.31
-rw-r--r--lib/libc/nls/catopen.31
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/nls/catclose.3 b/lib/libc/nls/catclose.3
index bf14e67..fcdecc5 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 ef33396..9359e5f 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 2d9d5a7..3130616 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
OpenPOWER on IntegriCloud