home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GCC258_1.LHA / gcc / etc / man.conf < prev    next >
Encoding:
Text File  |  1993-11-29  |  798 b   |  36 lines

  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        /gcc/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    /gcc/man/ /usr/share/man/old/ /usr/contrib/man/
  18. /usr/local/man/
  19.  
  20. # section    directory
  21. 1        /gcc/man/cat1
  22. 2        /gcc/man/cat2
  23. 3        /gcc/man/cat3
  24. 3F        /gcc/man/cat3f
  25. 3f        /gcc/man/cat3f
  26. 4        /gcc/man/cat4
  27. 5        /gcc/man/cat5
  28. 6        /gcc/man/cat6
  29. 7        /gcc/man/cat7
  30. 8        /gcc/man/cat8
  31.  
  32. #contrib        /usr/contrib/man/
  33. #local        /usr/local/man/
  34. #new        /usr/contrib/man/
  35. #old        /gcc/man/old/
  36.