home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / man11a.zip / manpath.cfg < prev    next >
Text File  |  1994-01-06  |  940b  |  32 lines

  1. # manpath.config
  2. #
  3. # This file is read by manpath to configure the mandatory manpath, to
  4. # map each path element to a manpath element and to determine where the
  5. # "man" binary lives.  The format is:
  6. #
  7. # MANBIN                pathname
  8. # MANDATORY_MANPATH            manpath_element
  9. # MANPATH_MAP        path_element    manpath_element
  10. #
  11. # MANBIN is optional
  12. #
  13. #MANBIN        /usr/local/bin/man
  14. #
  15. # every automatically generated MANPATH includes these fields
  16. #
  17. MANDATORY_MANPATH    c:/etc/man
  18. #MANDATORY_MANPATH    /usr/man
  19. #MANDATORY_MANPATH    /usr/local/man
  20. #MANDATORY_MANPATH    /usr/local/X11R4/man
  21. #
  22. # set up PATH to MANPATH mapping
  23. #
  24. MANPATH_MAP    /bin            /usr/man
  25. MANPATH_MAP    /usr/bin        /usr/man
  26. MANPATH_MAP    /usr/ucb        /usr/man
  27. MANPATH_MAP    /usr/local/mh        /usr/local/mh/man
  28. MANPATH_MAP    /usr/local/bin        /usr/local/man
  29. MANPATH_MAP    /usr/local/gnu        /usr/local/man
  30. MANPATH_MAP    /usr/local/pbm        /usr/local/pbm/man
  31. MANPATH_MAP    /usr/local/X11R4    /usr/local/X11R4/man
  32.