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
|
||||
.\"
|
||||
.\" Copyright (c) 1993, 1994
|
||||
@ -54,9 +54,9 @@
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm mklocale
|
||||
utility reads a
|
||||
utility reads an
|
||||
.Dv LC_CTYPE
|
||||
source file from standard input and produces a
|
||||
source file from standard input and produces an
|
||||
.Dv LC_CTYPE
|
||||
binary file on standard output suitable for placement in
|
||||
.Pa /usr/share/locale/\*[Lt]language\*[Gt]/LC_CTYPE .
|
||||
@ -70,7 +70,7 @@ C style comments are used
|
||||
to place comments in the file.
|
||||
.Pp
|
||||
Following options are available:
|
||||
.Bl -tag -width indent
|
||||
.Bl -tag -width XXX
|
||||
.It Fl d
|
||||
Turns on debugging messages.
|
||||
.It Fl o
|
||||
@ -167,7 +167,7 @@ A single
|
||||
.Dv RUNE
|
||||
follows and is used as the invalid rune for this locale.
|
||||
.El
|
||||
.sp
|
||||
.Pp
|
||||
The following keywords may appear multiple times and have the following
|
||||
format for data:
|
||||
.in +.5i
|
||||
@ -202,17 +202,16 @@ is the upper case representation of
|
||||
.It Dv TODIGIT
|
||||
Defines a map from runes to their digit value.
|
||||
.Dv RUNE2
|
||||
is the integer value represented by
|
||||
is the integer value represented by
|
||||
.Dv RUNE1 .
|
||||
For example, the ASCII character
|
||||
.Sq 0
|
||||
would map to the decimal value 0.
|
||||
Only values up to 255 are allowed.
|
||||
.El
|
||||
.sp
|
||||
.Pp
|
||||
The following keywords may appear multiple times and have the following
|
||||
format for data:
|
||||
.in +.5i
|
||||
.Bl -tag -width "RUNE1 THRU RUNEn"
|
||||
.It Dv RUNE
|
||||
This rune has the property defined by the keyword.
|
||||
@ -223,7 +222,6 @@ and
|
||||
.Dv RUNEn
|
||||
have the property defined by the keyword.
|
||||
.El
|
||||
.in -.5i
|
||||
.Bl -tag -width PHONOGRAM
|
||||
.It Dv ALPHA
|
||||
Defines runes which are alphabetic, printable, and graphic.
|
||||
|
Loading…
Reference in New Issue
Block a user