Comment out another euc(4) reference.
Prefer mdoc to man plain roff. Use \*[Lt] and \*[Gt] instead of < and > for HTML output, but prefer .Aq if possible. "a, b, and c" instead of "a, b and c".
This commit is contained in:
parent
f0679cbc4d
commit
a63657f6f4
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: mklocale.1,v 1.10 2003/05/01 08:09:57 gmcgarry Exp $
|
||||
.\" $NetBSD: mklocale.1,v 1.11 2003/05/01 09:45:03 wiz Exp $
|
||||
.\" FreeBSD: src/usr.bin/mklocale/mklocale.1,v 1.6 1999/09/20 09:15:21 phantom Exp
|
||||
.\"
|
||||
.\" Copyright (c) 1993, 1994
|
||||
@ -46,10 +46,10 @@
|
||||
.Sh SYNOPSIS
|
||||
.Nm mklocale
|
||||
.Op Fl d
|
||||
<
|
||||
.Ar "src-file"
|
||||
>
|
||||
.Ar "language/LC_CTYPE"
|
||||
\*[Lt]
|
||||
.Ar src-file
|
||||
\*[Gt]
|
||||
.Ar language/LC_CTYPE
|
||||
.Nm mklocale
|
||||
.Op Fl d
|
||||
.Fl o
|
||||
@ -63,7 +63,7 @@ utility reads a
|
||||
source file from standard input and produces a
|
||||
.Dv LC_CTYPE
|
||||
binary file on standard output suitable for placement in
|
||||
.Pa /usr/share/locale/\fIlanguage\fP/LC_CTYPE .
|
||||
.Pa /usr/share/locale/\*[Lt]language\*[Gt]/LC_CTYPE .
|
||||
.Pp
|
||||
The format of
|
||||
.Ar src-file
|
||||
@ -135,7 +135,7 @@ All are equivalent.
|
||||
Used as a delimiter in mappings.
|
||||
.El
|
||||
.El
|
||||
.sp
|
||||
.Pp
|
||||
Key words which should only appear once are:
|
||||
.Bl -tag -width PHONOGRAM
|
||||
.It Dv ENCODING
|
||||
@ -163,9 +163,9 @@ after which encoding specific data is placed.
|
||||
Currently only the
|
||||
.Dv "EUC"
|
||||
encoding requires variable data.
|
||||
See
|
||||
.Xr euc 4
|
||||
for further details.
|
||||
.\" See
|
||||
.\" .Xr euc 4
|
||||
.\" for further details.
|
||||
.It Dv INVALID
|
||||
A single
|
||||
.Dv RUNE
|
||||
@ -175,12 +175,12 @@ follows and is used as the invalid rune for this locale.
|
||||
The following keywords may appear multiple times and have the following
|
||||
format for data:
|
||||
.in +.5i
|
||||
.Bl -tag -width "\*[Lt]RUNE1 THRU RUNEn : RUNE2\*[Gt]"
|
||||
.It Dv \*[Lt]RUNE1 RUNE2\*[Gt]
|
||||
.Bl -tag -width "XXRUNE1 THRU RUNEn : RUNE2XX"
|
||||
.It Aq Dv RUNE1 RUNE2
|
||||
.Dv RUNE1
|
||||
is mapped to
|
||||
.Dv RUNE2 .
|
||||
.It Dv \*[Lt]RUNE1 THRU RUNEn : RUNE2\*[Gt]
|
||||
.It Aq Dv RUNE1 THRU RUNEn : RUNE2
|
||||
Runes
|
||||
.Dv RUNE1
|
||||
through
|
||||
@ -209,12 +209,9 @@ Defines a map from runes to their digit value.
|
||||
is the integer value represented by
|
||||
.Dv RUNE1 .
|
||||
For example, the ASCII character
|
||||
.Nm '0'
|
||||
would map to the decimal value
|
||||
.Nm 0 .
|
||||
Only values up to
|
||||
.Nm 255
|
||||
are allowed.
|
||||
.Sq 0
|
||||
would map to the decimal value 0.
|
||||
Only values up to 255 are allowed.
|
||||
.El
|
||||
.sp
|
||||
The following keywords may appear multiple times and have the following
|
||||
@ -233,33 +230,33 @@ have the property defined by the keyword.
|
||||
.in -.5i
|
||||
.Bl -tag -width PHONOGRAM
|
||||
.It Dv ALPHA
|
||||
Defines runes which are alphabetic, printable and graphic.
|
||||
Defines runes which are alphabetic, printable, and graphic.
|
||||
.It Dv CONTROL
|
||||
Defines runes which are control characters.
|
||||
.It Dv DIGIT
|
||||
Defines runes which are decimal digits, printable and graphic.
|
||||
Defines runes which are decimal digits, printable, and graphic.
|
||||
.It Dv GRAPH
|
||||
Defines runes which are graphic and printable.
|
||||
.It Dv LOWER
|
||||
Defines runes which are lower case, printable and graphic.
|
||||
Defines runes which are lower case, printable, and graphic.
|
||||
.It Dv PUNCT
|
||||
Defines runes which are punctuation, printable and graphic.
|
||||
Defines runes which are punctuation, printable, and graphic.
|
||||
.It Dv SPACE
|
||||
Defines runes which are spaces.
|
||||
.It Dv UPPER
|
||||
Defines runes which are upper case, printable and graphic.
|
||||
Defines runes which are upper case, printable, and graphic.
|
||||
.It Dv XDIGIT
|
||||
Defines runes which are hexadecimal digits, printable and graphic.
|
||||
Defines runes which are hexadecimal digits, printable, and graphic.
|
||||
.It Dv BLANK
|
||||
Defines runes which are blank.
|
||||
.It Dv PRINT
|
||||
Defines runes which are printable.
|
||||
.It Dv IDEOGRAM
|
||||
Defines runes which are ideograms, printable and graphic.
|
||||
Defines runes which are ideograms, printable, and graphic.
|
||||
.It Dv SPECIAL
|
||||
Defines runes which are special characters, printable and graphic.
|
||||
Defines runes which are special characters, printable, and graphic.
|
||||
.It Dv PHONOGRAM
|
||||
Defines runes which are phonograms, printable and graphic.
|
||||
Defines runes which are phonograms, printable, and graphic.
|
||||
.It Dv SWIDTHn
|
||||
Defines runes with specific glyph width.
|
||||
.Ar n
|
||||
|
Loading…
Reference in New Issue
Block a user