From db7fa4b8d586108538feb78cecfd02ea4c017c1d Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Fri, 17 Dec 1999 14:34:02 +0000 Subject: [PATCH] Document -d and -o flags Remove selfreference item from SEE ALSO section Add reference to colldef(1) to SEE ALSO section --- usr.bin/mklocale/mklocale.1 | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/usr.bin/mklocale/mklocale.1 b/usr.bin/mklocale/mklocale.1 index cfbe3e0a8a9..b2720fd38e9 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 ,