aboutsummaryrefslogtreecommitdiff
path: root/contrib/groff/src/roff/nroff/nroff.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src/roff/nroff/nroff.sh')
-rwxr-xr-xcontrib/groff/src/roff/nroff/nroff.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/groff/src/roff/nroff/nroff.sh b/contrib/groff/src/roff/nroff/nroff.sh
index 02cd72f0cd29..25d9db268824 100755
--- a/contrib/groff/src/roff/nroff/nroff.sh
+++ b/contrib/groff/src/roff/nroff/nroff.sh
@@ -31,7 +31,7 @@ do
echo "$prog: option $1 requires an argument" >&2
exit 1
;;
- -i|-[mrno]*)
+ -i|-S|-[mrno]*)
opts="$opts $1";
;;
@@ -65,4 +65,4 @@ done
# This shell script is intended for use with man, so warnings are
# probably not wanted. Also load nroff-style character definitions.
-exec groff -Wall -mtty-char $T $opts ${1+"$@"}
+exec groff -S -Wall -mtty-char $T $opts ${1+"$@"}