man-desc.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <sect2><title>Contents</title>
  2. <para>The Man package contains the apropos, makewhatis, man and whatis
  3. programs.</para>
  4. </sect2>
  5. <sect2><title>Description</title>
  6. <sect3><title>apropos</title>
  7. <para>apropos searches a set of database files containing short descriptions
  8. of system commands for keywords and displays the result on the standard
  9. output.</para></sect3>
  10. <sect3><title>makewhatis</title>
  11. <para>makewhatis reads all the manual pages contained in given sections of
  12. manpath or the pre-formatted pages contained in the given sections of
  13. catpath. For each page, it writes a line in the whatis database; each
  14. line consists of the name of the page and a short description,
  15. separated by a dash. The description is extracted using the content of
  16. the NAME section of the manual page.</para></sect3>
  17. <sect3><title>man</title>
  18. <para>man formats and displays the on-line manual pages.</para></sect3>
  19. <sect3><title>whatis</title>
  20. <para>whatis searches a set of database files containing short descriptions
  21. of system commands for keywords and displays the result on the standard
  22. output. Only complete word matches are displayed.</para></sect3>
  23. </sect2>