aboutsummaryrefslogtreecommitdiff
path: root/contrib/groff/src
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src')
-rwxr-xr-xcontrib/groff/src/roff/nroff/nroff.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/groff/src/roff/nroff/nroff.sh b/contrib/groff/src/roff/nroff/nroff.sh
index 2515968b1d2e..57e5d454938b 100755
--- a/contrib/groff/src/roff/nroff/nroff.sh
+++ b/contrib/groff/src/roff/nroff/nroff.sh
@@ -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";
;;