diff options
author | 2007-05-20 12:54:00 +0000 | |
---|---|---|
committer | 2007-05-20 12:54:00 +0000 | |
commit | cc6a63a5714db69c2d661a59cfdf47e6caa7b33d (patch) | |
tree | 32477328474d7f6f5c5629f079e74c8b81267182 | |
parent | Update usage wrt -c option when called as mount_mfs. (diff) | |
download | wireguard-openbsd-cc6a63a5714db69c2d661a59cfdf47e6caa7b33d.tar.xz wireguard-openbsd-cc6a63a5714db69c2d661a59cfdf47e6caa7b33d.zip |
- move 3f down the search order list for _subdir
- update paths for 3{F,f,P,p}
ok espie millert steven
-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 |