man.conf revision 1.2 1 # Experimental.
2
3 # Sheer, raging paranoia...
4 _version BSD.2
5
6 # The whatis/apropos database.
7 _whatdb /usr/share/man/whatis.db
8
9 # Subdirectories for paths ending in '/', IN SEARCH ORDER.
10 _subdir cat{1,8,6,2,3,4,5,7,3f}
11
12 # Files typed by suffix and their commands.
13 # Note the order, .Z must come after .[1-9].Z, or it will match first.
14 _suffix .0
15 _build .[1-9] /usr/bin/nroff -man %s
16 _build .[1-9].Z /usr/bin/zcat %s | /usr/bin/nroff -man
17 _build .Z /usr/bin/zcat %s
18 _build .0.Z /usr/bin/zcat %s
19 _build .gz /usr/contrib/bin/gunzip %s
20 _build .nr /usr/bin/nroff -man %s
21
22 # Sections and their directories.
23 # All paths ending in '/' are the equivalent of entries specifying that
24 # directory with all of the subdirectories listed for the keyword _subdir.
25
26 # default
27 _default /usr/{share,X11,contrib,local}/{man,man/old}/
28
29 # Other sections that represent complete man subdirectories.
30 X11 /usr/X11R4/man/
31 X11R4 /usr/X11R4/man/
32 contrib /usr/contrib/man/
33 local /usr/local/man/
34 new /usr/contrib/man/
35 old /usr/share/man/old/
36
37 # Specific section/directory combinations.
38 1 /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat1
39 2 /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat2
40 3 /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat3
41 3F /usr/share/man/cat3f
42 3f /usr/share/man/cat3f
43 4 /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat4
44 5 /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat5
45 6 /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat6
46 7 /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat7
47 8 /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat8
48