aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/man
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2013-01-16 23:20:24 +0000
committerBrooks Davis <brooks@FreeBSD.org>2013-01-16 23:20:24 +0000
commit40449c74c4148569ddd61040104907cd876469f1 (patch)
treea57ec089ed2ef4ab7f05f2fab1d504dce184d39f /usr.bin/man
parentf402e53940a59d68c4be1f47589bbbee629d2b86 (diff)
Notes
Diffstat (limited to 'usr.bin/man')
-rw-r--r--usr.bin/man/man.12
-rwxr-xr-xusr.bin/man/man.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1
index d8486bd3acb4..4763cc624f6e 100644
--- a/usr.bin/man/man.1
+++ b/usr.bin/man/man.1
@@ -84,7 +84,7 @@ environment variable.
.It Fl S Ar mansect
Restricts manual sections searched to the specified colon delimited list.
Defaults to
-.Dq Li 1:1aout:8:2:3:n:4:5:6:7:9:l .
+.Dq Li 1:8:2:3:n:4:5:6:7:9:l .
Overrides the
.Ev MANSECT
environment variable.
diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh
index 0725e0bff66a..0f6249aee00e 100755
--- a/usr.bin/man/man.sh
+++ b/usr.bin/man/man.sh
@@ -945,7 +945,7 @@ STTY=/bin/stty
SYSCTL=/sbin/sysctl
debug=0
-man_default_sections='1:1aout:8:2:3:n:4:5:6:7:9:l'
+man_default_sections='1:8:2:3:n:4:5:6:7:9:l'
man_default_path='/usr/share/man:/usr/share/openssl/man:/usr/local/man'
cattool='/usr/bin/zcat -f'