man-desc.xml 1.2 KB

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