--- nroff/nroff.sh.orig	Sun Sep  5 17:30:11 1999
+++ nroff/nroff.sh	Sun Sep  5 17:31:05 1999
@@ -24,7 +24,7 @@
 		echo "$prog: option $1 requires an argument" >&2
 		exit 1
 		;;
-	-i|-[mrno]*)
+	-i|-S|-[mrno]*)
 		opts="$opts $1";
 		;;
 
@@ -58,4 +58,4 @@
 
 # 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+"$@"}
