diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2013-01-16 23:20:24 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2013-01-16 23:20:24 +0000 |
| commit | 40449c74c4148569ddd61040104907cd876469f1 (patch) | |
| tree | a57ec089ed2ef4ab7f05f2fab1d504dce184d39f /usr.bin/man | |
| parent | f402e53940a59d68c4be1f47589bbbee629d2b86 (diff) | |
Notes
Diffstat (limited to 'usr.bin/man')
| -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 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' |
