diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-11 09:16:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-11 09:16:24 +0000 |
| commit | 65b1f0f74ed4e612a178f61bc2070dea0eefa0bd (patch) | |
| tree | e62b9d6a07d5b0978980e074c091dbc18b022628 /gnu/usr.bin/man | |
| parent | a77c19c987f56ccdbe43041d7def43b99eccf717 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/man')
| -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 7da63dce129a..26f194d2f50d 100644 --- a/gnu/usr.bin/man/Makefile.inc +++ b/gnu/usr.bin/man/Makefile.inc @@ -9,7 +9,7 @@ pager= more -s manpath_config_file= /etc/manpath.config troff= /usr/bin/groff -S -man # -Tascii or localized encoding added automatically -nroff= /usr/bin/groff -S -Wall -mtty-char -man +nroff= /usr/bin/groff -P-c -S -Wall -mtty-char -man apropos= /usr/bin/apropos whatis= /usr/bin/whatis eqn= /usr/bin/eqn |
