summaryrefslogtreecommitdiff
path: root/usr.bin/man/man.sh
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2011-05-01 19:47:34 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2011-05-01 19:47:34 +0000
commitaeea395e35f4d6430e9abba666ad909c0f32928a (patch)
treeb16d45a41a5aef38c8d25304cecc89b0052da8cb /usr.bin/man/man.sh
parenteabf2125a5ce408aaa866d8076d162ef290f18eb (diff)
downloadsrc-test2-aeea395e35f4d6430e9abba666ad909c0f32928a.tar.gz
src-test2-aeea395e35f4d6430e9abba666ad909c0f32928a.zip
Notes
Diffstat (limited to 'usr.bin/man/man.sh')
-rwxr-xr-xusr.bin/man/man.sh16
1 files changed, 9 insertions, 7 deletions
diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh
index 147ce586cc13..f1c91ee1bc92 100755
--- a/usr.bin/man/man.sh
+++ b/usr.bin/man/man.sh
@@ -889,16 +889,18 @@ do_whatis() {
search_whatis whatis "$@"
}
-EQN=/usr/bin/eqn
+# User's PATH setting decides on the groff-suite to pick up.
+EQN=eqn
+NROFF='groff -S -P-c -Wall -mtty-char -man'
+PIC=pic
+REFER=refer
+TBL=tbl
+TROFF='groff -S -P-c -man'
+VGRIND=vgrind
+
COL=/usr/bin/col
LOCALE=/usr/bin/locale
-NROFF='/usr/bin/groff -S -Wall -mtty-char -man'
-PIC=/usr/bin/pic
SYSCTL=/sbin/sysctl
-TBL=/usr/bin/tbl
-TROFF='/usr/bin/groff -S -man'
-REFER=/usr/bin/refer
-VGRIND=/usr/bin/vgrind
debug=0
man_default_sections='1:1aout:8:2:3:n:4:5:6:7:9:l'