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