svn commit: r245514 - head/usr.bin/man

Brooks Davis brooks at FreeBSD.org
Wed Jan 16 23:20:25 UTC 2013


Author: brooks
Date: Wed Jan 16 23:20:24 2013
New Revision: 245514
URL: http://svnweb.freebsd.org/changeset/base/245514

Log:
  Remove default support for 1aout section manpages.  There haven't been
  any since at least July 2002.

Modified:
  head/usr.bin/man/man.1
  head/usr.bin/man/man.sh

Modified: head/usr.bin/man/man.1
==============================================================================
--- head/usr.bin/man/man.1	Wed Jan 16 23:16:41 2013	(r245513)
+++ head/usr.bin/man/man.1	Wed Jan 16 23:20:24 2013	(r245514)
@@ -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.

Modified: head/usr.bin/man/man.sh
==============================================================================
--- head/usr.bin/man/man.sh	Wed Jan 16 23:16:41 2013	(r245513)
+++ head/usr.bin/man/man.sh	Wed Jan 16 23:20:24 2013	(r245514)
@@ -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'
 


More information about the svn-src-all mailing list