[BACK]Return to man.conf CVS log [TXT][DIR] Up to [local] / src / usr.bin / man

Annotation of src/usr.bin/man/man.conf, Revision 1.2

1.2     ! deraadt     1: #      $OpenBSD$
        !             2:
1.1       deraadt     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         .z              /usr/contrib/bin/gunzip %s
                     21: _build         .nr             /usr/bin/nroff -man %s
                     22:
                     23: # Sections and their directories.
                     24: # All paths ending in '/' are the equivalent of entries specifying that
                     25: # directory with all of the subdirectories listed for the keyword _subdir.
                     26:
                     27: # default
                     28: _default       /usr/{share,X11,contrib,local}/{man,man/old}/
                     29:
                     30: # Other sections that represent complete man subdirectories.
                     31: X11            /usr/X11R4/man/
                     32: X11R4          /usr/X11R4/man/
                     33: contrib                /usr/contrib/man/
                     34: local          /usr/local/man/
                     35: new            /usr/contrib/man/
                     36: old            /usr/share/man/old/
                     37:
                     38: # Specific section/directory combinations.
                     39: 1              /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat1
                     40: 2              /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat2
                     41: 3              /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat3
                     42: 3F             /usr/share/man/cat3f
                     43: 3f             /usr/share/man/cat3f
                     44: 4              /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat4
                     45: 5              /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat5
                     46: 6              /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat6
                     47: 7              /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat7
                     48: 8              /usr/{share,X11R4,contrib,local}/{man/,man/old/}cat8