Document -d and -o flags

Remove selfreference item from SEE ALSO section
Add reference to colldef(1) to SEE ALSO section
This commit is contained in:
Alexey Zelkin 1999-12-17 14:34:02 +00:00
parent 83a8718b84
commit db7fa4b8d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54740

View File

@ -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 ,