From 348bbbeb371cc7242babab7c644a707d809d2b8f Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 30 Jul 1999 19:35:56 +0000 Subject: [PATCH] Add -S to nroff and troff invocations of man. --- gnu/usr.bin/man/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/man/Makefile.inc b/gnu/usr.bin/man/Makefile.inc index fcaa07587264..d176a490171b 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