summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-01-16 23:20:24 +0000
committerbrooks <brooks@FreeBSD.org>2013-01-16 23:20:24 +0000
commite509101c0365dce6ccd2e69cd915a5c9f54043c9 (patch)
treea57ec089ed2ef4ab7f05f2fab1d504dce184d39f /usr.bin
parent621d391260c6f896fe746dc7705d3f0bbcf3421f (diff)
downloadFreeBSD-src-e509101c0365dce6ccd2e69cd915a5c9f54043c9.zip
FreeBSD-src-e509101c0365dce6ccd2e69cd915a5c9f54043c9.tar.gz
Remove default support for 1aout section manpages. There haven't been
any since at least July 2002.
Diffstat (limited to 'usr.bin')
-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 d8486bd..4763cc6 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 0725e0b..0f6249a 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'
OpenPOWER on IntegriCloud