Home | History | Annotate | Line # | Download | only in etc
man.conf revision 1.1
      1  1.1  cgd #	@(#)man.conf	5.4 (Berkeley) 6/30/90
      2  1.1  cgd 
      3  1.1  cgd # sheer, raging paranoia...
      4  1.1  cgd _version	BSD.1
      5  1.1  cgd 
      6  1.1  cgd # whatis/apropos database
      7  1.1  cgd _whatdb		/usr/share/man/whatis.db
      8  1.1  cgd 
      9  1.1  cgd # subdirectories for paths ending in '/'; note order
     10  1.1  cgd _subdir		cat1 cat8 cat6 cat2 cat3 cat4 cat5 cat7 cat3f
     11  1.1  cgd 
     12  1.1  cgd # sections and their directories
     13  1.1  cgd # paths ending in '/' are the equivalent of entries specifying that directory
     14  1.1  cgd # with all of the subdirectories listed for the keyword _order.
     15  1.1  cgd 
     16  1.1  cgd # default
     17  1.1  cgd _default	/usr/share/man/ /usr/share/man/old/ /usr/contrib/man/ /usr/local/man/
     18  1.1  cgd 
     19  1.1  cgd # section	directory
     20  1.1  cgd 1		/usr/share/man/cat1
     21  1.1  cgd 2		/usr/share/man/cat2
     22  1.1  cgd 3		/usr/share/man/cat3
     23  1.1  cgd 3F		/usr/share/man/cat3f
     24  1.1  cgd 3f		/usr/share/man/cat3f
     25  1.1  cgd 4		/usr/share/man/cat4
     26  1.1  cgd 5		/usr/share/man/cat5
     27  1.1  cgd 6		/usr/share/man/cat6
     28  1.1  cgd 7		/usr/share/man/cat7
     29  1.1  cgd 8		/usr/share/man/cat8
     30  1.1  cgd 
     31  1.1  cgd contrib		/usr/contrib/man/
     32  1.1  cgd local		/usr/local/man/
     33  1.1  cgd new		/usr/contrib/man/
     34  1.1  cgd old		/usr/share/man/old/
     35