diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-05-22 15:53:19 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-05-22 15:53:19 +0000 |
| commit | ee8d2caadcd1d4fb7dc6e51e366942dbe5b1a158 (patch) | |
| tree | 447b0266ba60e0e3b13eb5eb2bc4e999d39a5832 | |
| parent | 393ca4686c62f72d39bb679f8aa1c7f931849cf6 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/man/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/Makefile.inc b/gnu/usr.bin/man/Makefile.inc index ceaa588c89ab..7c684a0988ad 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 |
