Learn nroff about -p and -t options. It allows to preprocess

file with pic(1) and tbl(1).

Not objected to:	mpp
This commit is contained in:
Alexey Zelkin 1999-09-23 13:40:28 +00:00
parent 0dc03e0114
commit 25b666e0ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51607
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh
# Emulate nroff with groff.
# $FreeBSD$
prog="$0"
# Default device.
@ -30,7 +31,7 @@ do
echo "$prog: option $1 requires an argument" >&2
exit 1
;;
-i|-S|-[mrno]*)
-[iStp]|-[mrno]*)
opts="$opts $1";
;;

View File

@ -1,5 +1,6 @@
#!/bin/sh
# Emulate nroff with groff.
# $FreeBSD$
prog="$0"
# Default device.
@ -30,7 +31,7 @@ do
echo "$prog: option $1 requires an argument" >&2
exit 1
;;
-i|-S|-[mrno]*)
-[iStp]|-[mrno]*)
opts="$opts $1";
;;