diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-16 17:18:03 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-16 17:18:03 +0000 |
| commit | 603ef010b6e59c24a5f23d99b8cd4585b3d6a86a (patch) | |
| tree | 49caf41ab52e9d13f55370edf9cbb306bcf9fdcd | |
| parent | 5c2c5abe6d89a42204d37c70c6084eeceb1ceb80 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/man/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/Makefile.inc b/gnu/usr.bin/man/Makefile.inc index c17c4f19beda..292e948ba309 100644 --- a/gnu/usr.bin/man/Makefile.inc +++ b/gnu/usr.bin/man/Makefile.inc @@ -8,10 +8,10 @@ bindir= ${BINDIR} pager= more -s manpath_config_file= /etc/manpath.config troff= /usr/bin/groff -Tps -man -nroff= /usr/bin/groff -Tlatin1 -man +nroff= /usr/bin/groff -Tascii -man apropos= /usr/bin/apropos whatis= /usr/bin/whatis -neqn= /usr/bin/eqn -Tlatin1 +neqn= /usr/bin/eqn -Tascii tbl= /usr/bin/tbl col= /usr/bin/col vgrind= /usr/bin/vgrind |
