diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-20 12:54:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-20 12:54:01 +0000 |
commit | 1e7ceb0d3854d4ebdfba01d3a8a3d014b6dce42f (patch) | |
tree | 6fd0e4ecc62fb660152aed8d1c35587692216e71 /etc | |
parent | 304e75bf2b91edd5512341dc262810e2307917fd (diff) |
- move 3f down the search order list for _subdir
- update paths for 3{F,f,P,p}
ok espie millert steven
Diffstat (limited to 'etc')
-rw-r--r-- | etc/man.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/man.conf b/etc/man.conf index daa4f35f1fd..3d1d69ac897 100644 --- a/etc/man.conf +++ b/etc/man.conf @@ -1,4 +1,4 @@ -# $OpenBSD: man.conf,v 1.12 2007/05/18 22:44:01 jmc Exp $ +# $OpenBSD: man.conf,v 1.13 2007/05/20 12:54:00 jmc 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 cat5 man5 cat7 man7 cat3f man3f cat4 man4 cat9 man9 cat3p man3p +_subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat5 man5 cat7 man7 cat4 man4 cat9 man9 cat3p man3p cat3f man3f # Files typed by suffix and their commands. # Note the order: .Z must come after .[1-9n].Z, or it will match first. @@ -44,10 +44,10 @@ local /usr/local/man/ 1 /usr/{share,X11R6,local}/man/{cat,man}1 2 /usr/{share,X11R6,local}/man/{cat,man}2 3 /usr/{share,X11R6,local}/man/{cat,man}3 -3F /usr/share/man/cat3f -3f /usr/share/man/cat3f -3P /usr/share/man/cat3p -3p /usr/share/man/cat3p +3F /usr/local/man/{cat,man}3f +3f /usr/local/man/{cat,man}3f +3P /usr/{share,local}/man/{cat,man}3p +3p /usr/{share,local}/man/{cat,man}3p 4 /usr/{share,X11R6,local}/man/{cat,man}4 5 /usr/{share,X11R6,local}/man/{cat,man}5 6 /usr/{share,X11R6,local}/man/{cat,man}6 |