Deleted Added
full compact
gencat.1 (131491) gencat.1 (131507)
1.\" $OpenBSD: gencat.1,v 1.3 1997/06/11 15:39:54 kstailey Exp $
2.\"
3.\" Copyright (c) 1997 Ken Stailey
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 10 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
1.\" $OpenBSD: gencat.1,v 1.3 1997/06/11 15:39:54 kstailey Exp $
2.\"
3.\" Copyright (c) 1997 Ken Stailey
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 10 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/usr.bin/gencat/gencat.1 131491 2004-07-02 22:22:35Z ru $
27.\" $FreeBSD: head/usr.bin/gencat/gencat.1 131507 2004-07-03 00:24:45Z ru $
28.\"
29.Dd June 11, 1997
30.Dt GENCAT 1
31.Os
32.Sh NAME
33.Nm gencat
34.Nd NLS catalog compiler
35.Sh SYNOPSIS

--- 36 unchanged lines hidden (view full) ---

72is the set identifier which is defined as a number in the range
73[1, (NL_SETMAX)].
74Set identifiers must occur in ascending order within
75a single source file, but need not be contiguous.
76Any string following
77a space following the set identifier is treated as a comment.
78If no
79.Li $set
28.\"
29.Dd June 11, 1997
30.Dt GENCAT 1
31.Os
32.Sh NAME
33.Nm gencat
34.Nd NLS catalog compiler
35.Sh SYNOPSIS

--- 36 unchanged lines hidden (view full) ---

72is the set identifier which is defined as a number in the range
73[1, (NL_SETMAX)].
74Set identifiers must occur in ascending order within
75a single source file, but need not be contiguous.
76Any string following
77a space following the set identifier is treated as a comment.
78If no
79.Li $set
80directive is specified in a given source file, all messages will
80directive is specified in a given source file, all messages will
81be located in the default message set NL_SETD.
82.It Li $del Ar n comment
83This line deletes messages from set
84.Ar n
85from a message catalog.
86The
87.Ar n
88specifies a set number.

--- 104 unchanged lines hidden ---
81be located in the default message set NL_SETD.
82.It Li $del Ar n comment
83This line deletes messages from set
84.Ar n
85from a message catalog.
86The
87.Ar n
88specifies a set number.

--- 104 unchanged lines hidden ---