diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-09 22:45:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-09 22:45:56 +0000 |
commit | 52f82916a3060a084b19fe862de2ddf6625b5e01 (patch) | |
tree | 4a23d9a7421563fc2acdb554e50f48776ab577c2 /etc/man.conf | |
parent | c7ca90fcc23755d95c9f104195753c456c586c61 (diff) |
Move man4 towards the end in the man section search order.
Diffstat (limited to 'etc/man.conf')
-rw-r--r-- | etc/man.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/man.conf b/etc/man.conf index 2d115f703f8..35e019151f3 100644 --- a/etc/man.conf +++ b/etc/man.conf @@ -1,4 +1,4 @@ -# $OpenBSD: man.conf,v 1.5 1997/11/26 18:56:41 millert Exp $ +# $OpenBSD: man.conf,v 1.6 1998/03/09 22:45:55 millert Exp $ # Sheer, raging paranoia... _version BSD.2 @@ -9,7 +9,7 @@ _whatdb /usr/local/man/whatis.db _whatdb /usr/X11R6/man/whatis.db # Subdirectories for paths ending in '/', IN SEARCH ORDER. -_subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat4 man4 cat5 man5 cat7 man7 cat3f man3f cat9 man9 cat3p man3p +_subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat5 man5 cat7 man7 cat3f man3f cat4 man4 cat9 man9 cat3p man3p # Files typed by suffix and their commands. # Note the order, .Z must come after .[1-9].Z, or it will match first. |