diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | 8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19 (patch) | |
tree | b428fc12404c6d6be2c1fce52490993ab3744097 /usr.bin/mklocale | |
parent | 4923ae6c3fe2f82d94fec60b85ed2a6272b2fd67 (diff) | |
download | FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.zip FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r-- | usr.bin/mklocale/mklocale.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mklocale/mklocale.1 b/usr.bin/mklocale/mklocale.1 index e221609..de2a86f 100644 --- a/usr.bin/mklocale/mklocale.1 +++ b/usr.bin/mklocale/mklocale.1 @@ -59,7 +59,7 @@ utility reads a source file from standard input and produces a .Dv LC_CTYPE binary file on standard output suitable for placement in -.Dv /usr/share/locale/\fIlanguage\fP/LC_CTYPE. +.Pa /usr/share/locale/ Ns Ar language Ns Pa /LC_CTYPE . .Pp The format of .Ar src-file @@ -189,12 +189,12 @@ through Defines the tolower mappings. .Dv RUNE2 is the lower case representation of -.Dv RUNE1. +.Dv RUNE1 . .It Dv MAPUPPER Defines the toupper mappings. .Dv RUNE2 is the upper case representation of -.Dv RUNE1. +.Dv RUNE1 . .It Dv TODIGIT Defines a map from runes to their digit value. .Dv RUNE2 |