aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
commit8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32 (patch)
tree8a144320be53313e4213c190a32070d087be10c3 /usr.bin/mklocale
parent4b66483fd8b6ec9417916966c646abfeac99278c (diff)
downloadsrc-8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32.tar.gz
src-8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32.zip
mdoc(7) police: use the new features of the Nm macro.
Notes
Notes: svn path=/head/; revision=68963
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r--usr.bin/mklocale/mklocale.120
1 files changed, 9 insertions, 11 deletions
diff --git a/usr.bin/mklocale/mklocale.1 b/usr.bin/mklocale/mklocale.1
index a55e3e3f0619..e221609fe5e9 100644
--- a/usr.bin/mklocale/mklocale.1
+++ b/usr.bin/mklocale/mklocale.1
@@ -42,18 +42,18 @@
.Nm mklocale
.Nd make LC_CTYPE locale files
.Sh SYNOPSIS
-.Nm mklocale
+.Nm
.Op Fl d
.Ar "< src-file"
.Ar "> language/LC_CTYPE"
-.Nm mklocale
+.Nm
.Op Fl d
.Fl o
.Ar language/LC_CTYPE
.Ar src-file
.Sh DESCRIPTION
The
-.Nm mklocale
+.Nm
utility reads a
.Dv LC_CTYPE
source file from standard input and produces a
@@ -142,7 +142,7 @@ No translation and the default.
.It Dv UTF2
.Dv "Universal character set Transformation Format"
adopted from
-.Nm "Plan 9 from Bell Labs" .
+.Tn "Plan 9 from Bell Labs" .
This is the preferred encoding.
.It Dv EUC
.Dv EUC
@@ -201,11 +201,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
+.Ql 0
+would map to the decimal value 0.
+Only values up to 255
are allowed.
.El
.Pp
@@ -260,10 +258,10 @@ Defines runes which are phonograms, printable and graphic.
.Xr utf2 4
.Sh BUGS
The
-.Nm mklocale
+.Nm
utility is overly simplistic.
.Sh HISTORY
The
-.Nm mklocale
+.Nm
utility first appeared in
.Bx 4.4 .