Add Xrefs and some editorial comments on the interface.
This commit is contained in:
parent
9cb61837ed
commit
1b19306f26
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: catclose.3,v 1.9 2003/02/05 05:05:50 gmcgarry Exp $
|
||||
.\" $NetBSD: catclose.3,v 1.10 2003/02/12 02:50:52 gmcgarry Exp $
|
||||
.\"
|
||||
.\" Written by J.T. Conklin <jtc@netbsd.org>.
|
||||
.\" Public domain.
|
||||
|
@ -23,7 +23,8 @@ function closes the message catalog specified by the argument
|
|||
.Sh SEE ALSO
|
||||
.Xr gencat 1 ,
|
||||
.Xr catgets 3 ,
|
||||
.Xr catopen 3
|
||||
.Xr catopen 3 ,
|
||||
.Xr nls 7
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn catclose
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: catgets.3,v 1.12 2003/02/05 05:05:50 gmcgarry Exp $
|
||||
.\" $NetBSD: catgets.3,v 1.13 2003/02/12 02:50:52 gmcgarry Exp $
|
||||
.\"
|
||||
.\" Written by J.T. Conklin <jtc@netbsd.org>.
|
||||
.\" Public domain.
|
||||
|
@ -55,9 +55,19 @@ is not in the message catalog.
|
|||
.Sh SEE ALSO
|
||||
.Xr gencat 1 ,
|
||||
.Xr catclose 3 ,
|
||||
.Xr catopen 3
|
||||
.Xr catopen 3 ,
|
||||
.Xr nls 7
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn catgets
|
||||
function conforms to
|
||||
.St -xpg4.2 .
|
||||
.Pp
|
||||
Major Unix vendors are split over the adoption of the two most
|
||||
important message catalog specifications: catgets or
|
||||
.Xr gettext 3 .
|
||||
The primary concern with the catgets interface is that every
|
||||
translatable string has to define a number (or a symbolic constant)
|
||||
which must correspond to the message in the catalog. Duplicate
|
||||
message IDs are not allowed. Constructing message catalogs is
|
||||
difficult.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: catopen.3,v 1.11 2003/02/05 05:05:51 gmcgarry Exp $
|
||||
.\" $NetBSD: catopen.3,v 1.12 2003/02/12 02:50:52 gmcgarry Exp $
|
||||
.\"
|
||||
.\" Written by J.T. Conklin <jtc@netbsd.org>.
|
||||
.\" Public domain.
|
||||
|
@ -52,7 +52,8 @@ Insufficient memory is available.
|
|||
.Sh SEE ALSO
|
||||
.Xr gencat 1 ,
|
||||
.Xr catclose 3 ,
|
||||
.Xr catgets 3
|
||||
.Xr catgets 3 ,
|
||||
.Xr nls 7
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn catopen
|
||||
|
|
Loading…
Reference in New Issue