mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +01:00
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:
parent
0dc03e0114
commit
25b666e0ca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51607
@ -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";
|
||||
;;
|
||||
|
||||
|
@ -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";
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user