man-desc.xml 1.2 KB

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