man-desc.xml 830 B

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