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