Some fixes from jmc@openbsd.
This commit is contained in:
parent
cef0afe940
commit
49b12ea919
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: mklocale.1,v 1.12 2003/08/07 11:15:15 agc Exp $
|
.\" $NetBSD: mklocale.1,v 1.13 2004/01/24 17:03:26 wiz Exp $
|
||||||
.\" FreeBSD: src/usr.bin/mklocale/mklocale.1,v 1.6 1999/09/20 09:15:21 phantom Exp
|
.\" FreeBSD: src/usr.bin/mklocale/mklocale.1,v 1.6 1999/09/20 09:15:21 phantom Exp
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1993, 1994
|
.\" Copyright (c) 1993, 1994
|
||||||
@ -54,9 +54,9 @@
|
|||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm mklocale
|
.Nm mklocale
|
||||||
utility reads a
|
utility reads an
|
||||||
.Dv LC_CTYPE
|
.Dv LC_CTYPE
|
||||||
source file from standard input and produces a
|
source file from standard input and produces an
|
||||||
.Dv LC_CTYPE
|
.Dv LC_CTYPE
|
||||||
binary file on standard output suitable for placement in
|
binary file on standard output suitable for placement in
|
||||||
.Pa /usr/share/locale/\*[Lt]language\*[Gt]/LC_CTYPE .
|
.Pa /usr/share/locale/\*[Lt]language\*[Gt]/LC_CTYPE .
|
||||||
@ -70,7 +70,7 @@ C style comments are used
|
|||||||
to place comments in the file.
|
to place comments in the file.
|
||||||
.Pp
|
.Pp
|
||||||
Following options are available:
|
Following options are available:
|
||||||
.Bl -tag -width indent
|
.Bl -tag -width XXX
|
||||||
.It Fl d
|
.It Fl d
|
||||||
Turns on debugging messages.
|
Turns on debugging messages.
|
||||||
.It Fl o
|
.It Fl o
|
||||||
@ -167,7 +167,7 @@ A single
|
|||||||
.Dv RUNE
|
.Dv RUNE
|
||||||
follows and is used as the invalid rune for this locale.
|
follows and is used as the invalid rune for this locale.
|
||||||
.El
|
.El
|
||||||
.sp
|
.Pp
|
||||||
The following keywords may appear multiple times and have the following
|
The following keywords may appear multiple times and have the following
|
||||||
format for data:
|
format for data:
|
||||||
.in +.5i
|
.in +.5i
|
||||||
@ -202,17 +202,16 @@ is the upper case representation of
|
|||||||
.It Dv TODIGIT
|
.It Dv TODIGIT
|
||||||
Defines a map from runes to their digit value.
|
Defines a map from runes to their digit value.
|
||||||
.Dv RUNE2
|
.Dv RUNE2
|
||||||
is the integer value represented by
|
is the integer value represented by
|
||||||
.Dv RUNE1 .
|
.Dv RUNE1 .
|
||||||
For example, the ASCII character
|
For example, the ASCII character
|
||||||
.Sq 0
|
.Sq 0
|
||||||
would map to the decimal value 0.
|
would map to the decimal value 0.
|
||||||
Only values up to 255 are allowed.
|
Only values up to 255 are allowed.
|
||||||
.El
|
.El
|
||||||
.sp
|
.Pp
|
||||||
The following keywords may appear multiple times and have the following
|
The following keywords may appear multiple times and have the following
|
||||||
format for data:
|
format for data:
|
||||||
.in +.5i
|
|
||||||
.Bl -tag -width "RUNE1 THRU RUNEn"
|
.Bl -tag -width "RUNE1 THRU RUNEn"
|
||||||
.It Dv RUNE
|
.It Dv RUNE
|
||||||
This rune has the property defined by the keyword.
|
This rune has the property defined by the keyword.
|
||||||
@ -223,7 +222,6 @@ and
|
|||||||
.Dv RUNEn
|
.Dv RUNEn
|
||||||
have the property defined by the keyword.
|
have the property defined by the keyword.
|
||||||
.El
|
.El
|
||||||
.in -.5i
|
|
||||||
.Bl -tag -width PHONOGRAM
|
.Bl -tag -width PHONOGRAM
|
||||||
.It Dv ALPHA
|
.It Dv ALPHA
|
||||||
Defines runes which are alphabetic, printable, and graphic.
|
Defines runes which are alphabetic, printable, and graphic.
|
||||||
|
Loading…
Reference in New Issue
Block a user