diff options
-rw-r--r-- | usr.bin/man/man.1 | 2 | ||||
-rwxr-xr-x | usr.bin/man/man.sh | 2 |
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' |