home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / etc / man.conf < prev    next >
Encoding:
Text File  |  1996-10-14  |  1.5 KB  |  42 lines

  1. # Sheer, raging paranoia...
  2. _version    BSD.2
  3.  
  4. # The whatis/apropos database.
  5. _whatdb     /ade/man/whatis.db
  6.  
  7. # Subdirectories for paths ending in '/', IN SEARCH ORDER.
  8. _subdir     {cat,man}{1,8,6,2,3,4,5,7,l,n,o,3f,1m,3x}
  9.  
  10. # Files typed by suffix and their commands.
  11. # Note the order, .Z must come after .[1-9].Z, or it will match first.
  12. _suffix     .0
  13. _build        .[1-9lno]    /ade/bin/gnroff -Tascii -mandoc %s
  14. _build        .[1-9lno].Z    /ade/bin/zcat %s | /ade/bin/gnroff -Tascii -mandoc
  15. _build        .[1-9lno].gz    /ade/bin/zcat %s
  16. _build        .[13fmx].gz    /ade/bin/zcat %s
  17. _build        .Z        /ade/bin/zcat %s
  18. _build        .0.Z        /ade/bin/zcat %s
  19. _build        .gz        /ade/bin/zcat %s
  20. _build        .0.gz        /ade/bin/zcat %s
  21. _build        .z        /ade/bin/zcat %s
  22. _build        .nr        /ade/bin/gnroff -man %s
  23. _build        .dvi        /ade/bin/viewer.sh /tex/bin/showdvi %s
  24. _build        .guide        /ade/bin/viewer.sh /sys/utilities/multiview %s
  25.  
  26. # Sections and their directories.
  27. # All paths ending in '/' are the equivalent of entries specifying that
  28. # directory with all of the subdirectories listed for the keyword _subdir.
  29.  
  30. # default
  31. _default    /ade/man/
  32.  
  33. # Specific section/directory combinations.
  34. 1        /ade/{,share,X11R4,contrib,local}/{man/,man/old/}cat1
  35. 2        /ade/{,share,X11R4,contrib,local}/{man/,man/old/}cat2
  36. 3        /ade/{,share,X11R4,contrib,local}/{man/,man/old/}cat3
  37. 4        /ade/{,share,X11R4,contrib,local}/{man/,man/old/}cat4
  38. 5        /ade/{,share,X11R4,contrib,local}/{man/,man/old/}cat5
  39. 6        /ade/{,share,X11R4,contrib,local}/{man/,man/old/}cat6
  40. 7        /ade/{,share,X11R4,contrib,local}/{man/,man/old/}cat7
  41. 8        /ade/{,share,X11R4,contrib,local}/{man/,man/old/}cat8
  42.