Look for section 9 (kernel) manpages. Pointed out by Erik Bertelsen
<erik@sockdev.uni-c.dk>. Also, new-style RCS id.
This commit is contained in:
parent
64f1b42bb4
commit
24ac98ddab
|
@ -1,4 +1,4 @@
|
|||
# $Id: man.conf,v 1.5 1995/01/16 09:39:15 mycroft Exp $
|
||||
# $NetBSD: man.conf,v 1.6 1995/12/17 01:56:55 thorpej Exp $
|
||||
|
||||
# Sheer, raging paranoia...
|
||||
_version BSD.2
|
||||
|
@ -7,7 +7,7 @@ _version BSD.2
|
|||
_whatdb /usr/share/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
|
||||
_subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat4 man4 cat5 man5 cat7 man7 cat3f man3f cat9 man9
|
||||
|
||||
# Files typed by suffix and their commands.
|
||||
# Note the order, .Z must come after .[1-9].Z, or it will match first.
|
||||
|
@ -53,3 +53,4 @@ doc /usr/share/doc/{sendmail/op,sendmail/intro}
|
|||
6 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}6
|
||||
7 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}7
|
||||
8 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}8
|
||||
9 /usr/share/man/{cat,man}9
|
||||
|
|
Loading…
Reference in New Issue