diff options
-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 , |