diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 1999-12-17 14:34:02 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 1999-12-17 14:34:02 +0000 |
| commit | db7fa4b8d586108538feb78cecfd02ea4c017c1d (patch) | |
| tree | 96620bbebca8db1150612a6337c46e85328e7538 | |
| parent | 83a8718b8478d60119d74dd3aeaf835b601ac0b0 (diff) | |
Notes
| -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 cfbe3e0a8a96..b2720fd38e9f 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 , |
