home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / PARTITIONS / USR_GZ / usr / lib / man.config < prev    next >
Encoding:
Text File  |  1995-06-16  |  2.4 KB  |  89 lines

  1. #
  2. # Generated automatically from man.config.in by the
  3. # configure script.
  4. #
  5. # man.config
  6. #
  7. # This file is read by man to configure the default manpath (also used
  8. # when MANPATH contains an empty substring), to find out where the cat
  9. # pages corresponding to given man pages should be stored,
  10. # and to map each PATH element to a manpath element.
  11. # It may also record the pathname of the man binary. [This is unused.]
  12. # The format is:
  13. #
  14. # MANBIN        pathname
  15. # MANPATH        manpath_element    [corresponding_catdir]
  16. # MANPATH_MAP        path_element    manpath_element
  17. #
  18. # If no catdir is given, it is assumed to be equal to the mandir
  19. # (so that this dir has both man1 etc. and cat1 etc. subdirs).
  20. # Certain versions of the FSSTND recommend putting formatted versions
  21. # of /usr/foopath/man/manx/page.x into /var/catman/foopath/catx/page.x.
  22. # The keyword FSSTND will enable this peculiar behaviour.
  23. # Explicitly given catdirs override.
  24. #
  25. # FSSTND
  26. #
  27. # This file is also read by man in order to find how to call nroff, less, etc.,
  28. # and to determine the correspondence between extensions and decompressors.
  29. #
  30. MANBIN        /usr/bin/man
  31. #
  32. # Every automatically generated MANPATH includes these fields
  33. #
  34. MANPATH    /usr/man
  35. MANPATH    /usr/local/man
  36. MANPATH    /usr/X11R6/man
  37. #
  38. # Set up PATH to MANPATH mapping
  39. #
  40. # (these mappings are superfluous when the right hand side is
  41. # in the mandatory manpath already, but will keep man from statting
  42. # lots of other nearby files and directories)
  43. #
  44. MANPATH_MAP    /bin            /usr/man
  45. MANPATH_MAP    /sbin            /usr/man
  46. MANPATH_MAP    /usr/bin        /usr/man
  47. MANPATH_MAP    /usr/local/bin        /usr/local/man
  48. #
  49. # Useful paths - note that COL should not be defined when
  50. # NROFF is defined as "groff -Tascii" or "groff -Tlatin1";
  51. # not only is it superfluous, but it actually damages the output.
  52. #
  53. TROFF        
  54. NROFF        /bin/cat
  55. EQN        
  56. NEQN        
  57. TBL        /bin/cat
  58. COL        /usr/bin/col
  59. REFER        
  60. PIC        
  61. VGRIND        
  62. GRAP        
  63. PAGER        /usr/bin/less -s
  64. #
  65. # The command "man -a xyzzy" will show all man pages for xyzzy.
  66. # When CMP is defined man will try to avoid showing the same
  67. # text twice.
  68. #
  69. CMP        /usr/bin/cmp -s
  70. #
  71. # Compress cat pages
  72. #
  73. COMPRESS    
  74. COMPRESS_EXT    
  75. #
  76. # Default manual sections (and order) to search if -S is not specified
  77. # and the MANSECT environment variable is not set.
  78. #
  79. MANSECT        1:2:3:4:5:6:7:8:9:tcl:n:l:p:o
  80. #
  81. # Decompress with given decompressor when input file has given extension
  82. # The command given must act as a filter.
  83. #
  84. .gz        /usr/bin/gunzip -c
  85. .z        /usr/bin/gunzip -c
  86. .Z        /usr/bin/zcat
  87. .F        
  88. .Y        
  89.