Add gencat(1) to SEE ALSO section.

PR:		docs/13658
Submitted by:	Zahemszky Gabor <zgabor@code.hu>
This commit is contained in:
Alexey Zelkin 1999-09-22 22:44:42 +00:00
parent 72f89f7ee3
commit 466d6dc43b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51577
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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