diff options
author | phantom <phantom@FreeBSD.org> | 1999-12-17 14:34:02 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-12-17 14:34:02 +0000 |
commit | d58be655c4cd274dc5f2283be258d00e16bec6ab (patch) | |
tree | 2adc06b7a939df7be10b4f3b12f97a92d210b958 | |
parent | 60667129be44b3c426037c5a52f6e36bee2186de (diff) | |
download | FreeBSD-src-d58be655c4cd274dc5f2283be258d00e16bec6ab.zip FreeBSD-src-d58be655c4cd274dc5f2283be258d00e16bec6ab.tar.gz |
Document -d and -o flags
Remove selfreference item from SEE ALSO section
Add reference to colldef(1) to SEE ALSO section
-rw-r--r-- | usr.bin/mklocale/mklocale.1 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/usr.bin/mklocale/mklocale.1 b/usr.bin/mklocale/mklocale.1 index cfbe3e0..b2720fd 100644 --- a/usr.bin/mklocale/mklocale.1 +++ b/usr.bin/mklocale/mklocale.1 @@ -43,8 +43,14 @@ .Nd make LC_CTYPE locale files .Sh SYNOPSIS .Nm mklocale +.Op Fl d .Ar "< src-file" .Ar "> language/LC_CTYPE" +.Nm mklocale +.Op Fl d +.Fl o +.Ar language/LC_CTYPE +.Ar src-file .Sh DESCRIPTION The .Nm mklocale @@ -62,6 +68,14 @@ It consists of a series of lines which start with a keyword and have associated data following. C style comments are used to place comments in the file. .Pp +Following options are available: +.Bl -tag -width indent +.It Fl d +Turns on debuging messages. +.It Fl o +Specify output file. +.El +.Pp Besides the keywords which will be listed below, the following are valid tokens in .Ar src-file : @@ -242,7 +256,7 @@ Defines runes which are special characters, printable and graphic. Defines runes which are phonograms, printable and graphic. .El .Sh SEE ALSO -.Xr mklocale 1 , +.Xr colldef 1 , .Xr mbrune 3 , .Xr rune 3 , .Xr setlocale 3 , |