home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 16 / hacker16 / 16_HACKER16.ISO / linux / tpm-security-server-1.2.1.iso / archive / etc / man.conf < prev    next >
Encoding:
Text File  |  2004-01-29  |  4.5 KB  |  145 lines

  1. #
  2. # Generated automatically from man.conf.in by the
  3. # configure script.
  4. #
  5. # man.conf from man-1.5l
  6. #
  7. # For more information about this file, see the man pages man(1)
  8. # and man.conf(5).
  9. #
  10. # This file is read by man to configure the default manpath (also used
  11. # when MANPATH contains an empty substring), to find out where the cat
  12. # pages corresponding to given man pages should be stored,
  13. # and to map each PATH element to a manpath element.
  14. # It may also record the pathname of the man binary. [This is unused.]
  15. # The format is:
  16. #
  17. # MANBIN        pathname
  18. # MANPATH        manpath_element    [corresponding_catdir]
  19. # MANPATH_MAP        path_element    manpath_element
  20. #
  21. # If no catdir is given, it is assumed to be equal to the mandir
  22. # (so that this dir has both man1 etc. and cat1 etc. subdirs).
  23. # This is the traditional Unix setup.
  24. # Certain versions of the FSSTND recommend putting formatted versions
  25. # of /usr/.../man/manx/page.x into /var/catman/.../catx/page.x.
  26. # The keyword FSSTND will cause this behaviour.
  27. # Certain versions of the FHS recommend putting formatted versions of
  28. # /usr/.../share/man/[locale/]manx/page.x into
  29. # /var/cache/man/.../[locale/]catx/page.x.
  30. # The keyword FHS will cause this behaviour (and overrides FSSTND).
  31. # Explicitly given catdirs override.
  32. #
  33. # FSSTND
  34. FHS
  35. #
  36. # This file is also read by man in order to find how to call nroff, less, etc.,
  37. # and to determine the correspondence between extensions and decompressors.
  38. #
  39. # MANBIN        /usr/local/bin/man
  40. #
  41. # Every automatically generated MANPATH includes these fields
  42. #
  43. MANPATH    /usr/man
  44. MANPATH /usr/share/man
  45. MANPATH    /usr/local/man
  46. MANPATH    /usr/ssl/man
  47.  
  48. #
  49. # Uncomment if you want to include one of these by default
  50. #
  51. #MANPATH /opt/teTeX/man
  52. #MANPATH /usr/lib/perl5/man
  53. #MANPATH /usr/share/perl5/man
  54. #MANPATH /usr/share/tcl-8.0/man
  55. #MANPATH /usr/share/tk-8.0/man
  56. #MANPATH /usr/share/tix-4.1/man
  57. #MANPATH /usr/share/coas/man
  58. #MANPATH /usr/kerberos/man
  59. #
  60. # Set up PATH to MANPATH mapping
  61. #
  62. # If people ask for "man foo" and have "/dir/bin/foo" in their PATH
  63. # and the docs are found in "/dir/man", then no mapping is required.
  64. #
  65. # The below mappings are superfluous when the right hand side is
  66. # in the mandatory manpath already, but will keep man from statting
  67. # lots of other nearby files and directories.
  68. #
  69. MANPATH_MAP    /bin            /usr/share/man
  70. MANPATH_MAP    /sbin            /usr/share/man
  71. MANPATH_MAP    /usr/bin        /usr/share/man
  72. MANPATH_MAP    /usr/sbin        /usr/share/man
  73. MANPATH_MAP    /usr/local/bin        /usr/local/man
  74. MANPATH_MAP    /usr/local/sbin        /usr/local/man
  75. MANPATH_MAP    /usr/X11R6/bin        /usr/X11R6/man
  76. MANPATH_MAP    /usr/bin/X11        /usr/X11R6/man
  77. MANPATH_MAP    /usr/bin/mh        /usr/share/man
  78. #
  79. # NOAUTOPATH keeps man from automatically adding directories that look like
  80. # manual page directories to the path.
  81. #
  82. #NOAUTOPATH
  83. #
  84. # NOCACHE keeps man from creating cache pages ("cat pages")
  85. # (generally one enables/disable cat page creation by creating/deleting
  86. # the directory they would live in - man never does mkdir)
  87. #NOCACHE
  88. #
  89. # Useful paths - note that COL should not be defined when
  90. # NROFF is defined as "groff -Tascii" or "groff -Tlatin1";
  91. # not only is it superfluous, but it actually damages the output.
  92. # For use with utf-8, NROFF should be "nroff -mandoc" without -T option.
  93. # (Maybe - but today I need -Tlatin1 to prevent double conversion to utf8.)
  94. #
  95. # If you have a new troff (version 1.18.1?) and its colored output
  96. # causes problems, add the -c option to TROFF, NROFF, JNROFF.
  97. #
  98. TROFF        /usr/bin/groff -Tps -mandoc
  99. NROFF        /usr/bin/nroff -Tlatin1 -mandoc
  100. JNROFF        /usr/bin/groff -Tnippon -mandocj
  101. EQN        /usr/bin/geqn -Tps
  102. NEQN        /usr/bin/geqn -Tlatin1
  103. JNEQN        /usr/bin/geqn -Tnippon
  104. TBL        /usr/bin/gtbl
  105. # COL        
  106. REFER        /usr/bin/refer
  107. PIC        /usr/bin/pic
  108. VGRIND        
  109. GRAP        
  110. PAGER        /bin/less -isR
  111. CAT        /bin/cat
  112. #
  113. # The command "man -a xyzzy" will show all man pages for xyzzy.
  114. # When CMP is defined man will try to avoid showing the same
  115. # text twice. (But compressed pages compare unequal.)
  116. #
  117. CMP        /usr/bin/cmp -s
  118. #
  119. # Compress cat pages
  120. #
  121. COMPRESS    /bin/bzip2
  122. COMPRESS_EXT    .bz2
  123. #
  124. # Default manual sections (and order) to search if -S is not specified
  125. # and the MANSECT environment variable is not set.
  126. #
  127. MANSECT        1:8:2:3:4:5:6:7:9:tcl:n:l:p:o
  128. #
  129. # Default options to use when man is invoked without options
  130. # This is mainly for the benefit of those that think -a should be the default
  131. # Note that some systems have /usr/man/allman, causing pages to be shown twice.
  132. #
  133. #MANDEFOPTIONS    -a
  134. #
  135. # Decompress with given decompressor when input file has given extension
  136. # The command given must act as a filter.
  137. #
  138. .gz        /bin/gunzip -c
  139. .bz2        /bin/bzip2 -c -d
  140. .z        
  141. .Z        /bin/zcat
  142. .F        
  143. .Y        
  144.