diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-17 21:12:05 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-17 21:12:05 +0000 |
| commit | 8af44ad2048a89939180639d57a6083a2e8395cb (patch) | |
| tree | 8df7724e270997180cbce5bb39865e6ae4235a57 | |
| parent | 8cd8abf162f4d39417fc131dc52e9922d00b89ca (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 292e948ba309..802e622ce379 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/groff -Tascii -man +nroff= /usr/bin/nroff -Tascii -man apropos= /usr/bin/apropos whatis= /usr/bin/whatis neqn= /usr/bin/eqn -Tascii |
