diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2013-02-08 16:10:16 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2013-02-08 16:10:16 +0000 |
| commit | d9a447559bc04121f7c6682e64abe67efa154864 (patch) | |
| tree | b2f038222ff8a70f687652441df00d2b564c8abe /usr.bin/man | |
| parent | 3cbf5f97aafc2b249c509ee1162c47c9b28e591e (diff) | |
| parent | fbda3d5daeeb730a49d025b614b35a32f0319718 (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 d8486bd3acb4f..4763cc624f6e0 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 0725e0bff66af..0f6249aee00e9 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' |
