diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-07-30 19:35:56 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-07-30 19:35:56 +0000 |
| commit | d8bbd3e143ade14214b56fc1be5564f96d57b272 (patch) | |
| tree | 9559915e5af0eced98d4dd3d7f1ab22dfc0c83e5 /gnu/usr.bin/man | |
| parent | 0f1331a827f0d28eb8a115d2f2a3a3bbffd4c18c (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/man')
| -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 fcaa07587264..d176a490171b 100644 --- a/gnu/usr.bin/man/Makefile.inc +++ b/gnu/usr.bin/man/Makefile.inc @@ -6,9 +6,9 @@ libdir= /etc bindir= ${BINDIR} pager= more -s manpath_config_file= /etc/manpath.config -troff= /usr/bin/groff -man +troff= /usr/bin/groff -S -man # -Tascii or localized encoding added automatically -nroff= /usr/bin/groff -Wall -mtty-char -man +nroff= /usr/bin/groff -S -Wall -mtty-char -man apropos= /usr/bin/apropos whatis= /usr/bin/whatis eqn= /usr/bin/eqn |
