man-desc.xml 887 B

123456789101112131415161718192021222324
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Short descriptions</title>
  3. <para><command>apropos</command> searches the whatis database and displays
  4. the short descriptions of system commands that contain a given string.</para>
  5. <para><command>makewhatis</command> builds the whatis database. It reads
  6. all the manual pages in the manpath and for each page writes the name and a
  7. short description in the whatis database.</para>
  8. <para><command>man</command> formats and displays the requested on-line
  9. manual page.</para>
  10. <para><command>man2dvi</command> converts a manual page into dvi format.</para>
  11. <para><command>man2html</command> converts a manual page into html.</para>
  12. <para><command>whatis</command> searches the whatis database and displays
  13. the short descriptions of system commands that contain the given keyword as a
  14. separate word.</para>
  15. </sect2>