summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-07-30 19:35:56 +0000
committerimp <imp@FreeBSD.org>1999-07-30 19:35:56 +0000
commit348bbbeb371cc7242babab7c644a707d809d2b8f (patch)
tree8e5b9290157bae98643b8f66d126b7514f395ee1 /gnu
parent06014f564ce493007b7198b9bffbdf186c4adfb8 (diff)
downloadFreeBSD-src-348bbbeb371cc7242babab7c644a707d809d2b8f.zip
FreeBSD-src-348bbbeb371cc7242babab7c644a707d809d2b8f.tar.gz
Add -S to nroff and troff invocations of man.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/Makefile.inc b/gnu/usr.bin/man/Makefile.inc
index fcaa075..d176a49 100644
--- a/gnu/usr.bin/man/Makefile.inc
+++ b/gnu/usr.bin/man/Makefile.inc
@@ -6,9 +6,9 @@ libdir= /etc
bindir= ${BINDIR}
pager= more -s
manpath_config_file= /etc/manpath.config
-troff= /usr/bin/groff -man
+troff= /usr/bin/groff -S -man
# -Tascii or localized encoding added automatically
-nroff= /usr/bin/groff -Wall -mtty-char -man
+nroff= /usr/bin/groff -S -Wall -mtty-char -man
apropos= /usr/bin/apropos
whatis= /usr/bin/whatis
eqn= /usr/bin/eqn
OpenPOWER on IntegriCloud