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