man-desc.xml 1.4 KB

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