Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/mklocale Comment out another euc(4) reference.
details: https://anonhg.NetBSD.org/src/rev/ccda6d0780cc
branches: trunk
changeset: 546536:ccda6d0780cc
user: wiz <wiz%NetBSD.org@localhost>
date: Thu May 01 09:45:03 2003 +0000
description:
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".
diffstat:
usr.bin/mklocale/mklocale.1 | 53 +++++++++++++++++++++-----------------------
1 files changed, 25 insertions(+), 28 deletions(-)
diffs (130 lines):
diff -r fb3bad6c5615 -r ccda6d0780cc usr.bin/mklocale/mklocale.1
--- a/usr.bin/mklocale/mklocale.1 Thu May 01 09:36:49 2003 +0000
+++ b/usr.bin/mklocale/mklocale.1 Thu May 01 09:45:03 2003 +0000
@@ -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 @@
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 @@
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 @@
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 @@
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 @@
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 @@
.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
Home |
Main Index |
Thread Index |
Old Index