Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.5 KiB

27 years ago
29 years ago
  1. # $OpenBSD: man.conf,v 1.7 1999/05/02 23:54:41 millert Exp $
  2. # Sheer, raging paranoia...
  3. _version BSD.2
  4. # The whatis/apropos database.
  5. _whatdb /usr/share/man/whatis.db
  6. _whatdb /usr/local/man/whatis.db
  7. _whatdb /usr/X11R6/man/whatis.db
  8. # Subdirectories for paths ending in '/', IN SEARCH ORDER.
  9. _subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat5 man5 cat7 man7 cat3f man3f cat4 man4 cat9 man9 cat3p man3p
  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 .0.Z /usr/bin/zcat %s
  14. _build .0.gz /usr/bin/gunzip -c %s
  15. _build .[1-9] /usr/bin/nroff -man %s
  16. _build .[1-9].Z /usr/bin/zcat %s | /usr/bin/nroff -man
  17. _build .[1-9].gz /usr/bin/gunzip -c %s | /usr/bin/nroff -man
  18. _build .[1-9][a-z] /usr/bin/nroff -man %s
  19. _build .[1-9][a-z].Z /usr/bin/zcat %s | /usr/bin/nroff -man
  20. _build .[1-9][a-z].gz /usr/bin/gunzip -c %s | /usr/bin/nroff -man
  21. _build .tbl /usr/bin/tbl %s | /usr/bin/nroff -man
  22. _build .tbl.Z /usr/bin/zcat %s | /usr/bin/tbl | /usr/bin/nroff -man
  23. _build .tbl.gz /usr/bin/gunzip -c %s | /usr/bin/tbl | /usr/bin/nroff -man
  24. _build .n /usr/bin/nroff -me %s 2>/dev/null | cat -s
  25. _build .me /usr/bin/nroff -me %s 2>/dev/null | cat -s
  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. # default
  30. _default /usr/{share,X11R6,X386,X11,X11R4,contrib,gnu,local}/{man,man/old}/
  31. # Other sections that represent complete man subdirectories.
  32. X11 /usr/X11/man/
  33. X11R4 /usr/X11R4/man/
  34. X11R6 /usr/X11R6/man/
  35. X386 /usr/X386/man/
  36. contrib /usr/contrib/man/
  37. local /usr/local/man/
  38. new /usr/contrib/man/
  39. old /usr/share/man/old/
  40. doc /usr/share/doc/{sendmail/op,sendmail/intro}
  41. # Specific section/directory combinations.
  42. 1 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}1
  43. 2 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}2
  44. 3 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}3
  45. 3F /usr/share/man/cat3f
  46. 3f /usr/share/man/cat3f
  47. 3P /usr/share/man/cat3p
  48. 3p /usr/share/man/cat3p
  49. 4 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}4
  50. 5 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}5
  51. 6 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}6
  52. 7 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}7
  53. 8 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}8
  54. 9 /usr/share/man/{cat,man}9