summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-05-22 15:53:19 +0000
committerpst <pst@FreeBSD.org>1996-05-22 15:53:19 +0000
commitde752c81dc538540959c4a93e01c43d52c8431df (patch)
tree447b0266ba60e0e3b13eb5eb2bc4e999d39a5832 /gnu
parent8db00b6f2990fc062ad13c4b07a81a64fda6e302 (diff)
downloadFreeBSD-src-de752c81dc538540959c4a93e01c43d52c8431df.zip
FreeBSD-src-de752c81dc538540959c4a93e01c43d52c8431df.tar.gz
Call groff directly instead of using nroff shell script.
Submitted by: peter
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/Makefile.inc b/gnu/usr.bin/man/Makefile.inc
index ceaa588..7c684a0 100644
--- a/gnu/usr.bin/man/Makefile.inc
+++ b/gnu/usr.bin/man/Makefile.inc
@@ -8,7 +8,7 @@ bindir= ${BINDIR}
pager= more -s
manpath_config_file= /etc/manpath.config
troff= /usr/bin/groff -Tps -man
-nroff= /usr/bin/nroff -Tascii -man
+nroff= /usr/bin/groff -Wall -mtty-char -Tascii -man
apropos= /usr/bin/apropos
whatis= /usr/bin/whatis
neqn= /usr/bin/eqn -Tascii
OpenPOWER on IntegriCloud