MFV: The -d option.

This commit is contained in:
Ruslan Ermilov 2003-11-02 07:27:40 +00:00
parent f5b8c6dcbc
commit e66afe03de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121880
2 changed files with 5 additions and 3 deletions

View File

@ -34,6 +34,7 @@ the original English.
.el .RB "[\ " "\\$1" "\ ]"
..
.OP \-CchipStUv
.OP \-d cs
.OP \-m name
.OP \-n num
.OP \-o list
@ -89,6 +90,7 @@ options
.B \-c
(using the old output scheme instead of SGR escape sequences).
The
.BR \-d ,
.BR \-C ,
.BR \-i ,
.BR \-m ,

View File

@ -54,10 +54,10 @@ for i
-[eq] | -s*)
# ignore these options
;;
-[mrnoT])
-[dmrnoT])
echo "$prog: option $1 requires an argument" >&2
exit 1 ;;
-[iptSUC] | -[mrno]*)
-[iptSUC] | -[dmrno]*)
opts="$opts $1" ;;
-Tascii | -Tlatin1 | -Tkoi8-r | -Tutf8 | -Tcp1047)
T=$1 ;;
@ -72,7 +72,7 @@ for i
echo "GNU nroff (groff) version @VERSION@"
exit 0 ;;
--help)
echo "usage: nroff [-CchipStUv] [-mNAME] [-nNUM] [-oLIST] [-rCN] [-Tname] [FILE...]"
echo "usage: nroff [-CchipStUv] [-dCS] [-mNAME] [-nNUM] [-oLIST] [-rCN] [-Tname] [FILE...]"
exit 0 ;;
--)
shift