2001-01-24 00:31:17 +00:00
|
|
|
<sect2><title>Contents</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>The Man package contains the man, apropos whatis and makewhatis
|
|
|
|
programs.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>man</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>man formats and displays the on-line manual pages.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>apropos</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>apropos searches a set of database files containing short descriptions
|
2001-01-24 00:31:17 +00:00
|
|
|
of system commands for keywords and displays the result on the standard
|
2001-07-22 20:45:10 +01:00
|
|
|
output.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>whatis</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>whatis searches a set of database files containing short descriptions
|
2001-01-24 00:31:17 +00:00
|
|
|
of system commands for keywords and displays the result on the standard
|
2001-07-22 20:45:10 +01:00
|
|
|
output. Only complete word matches are displayed.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>makewhatis</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>makewhatis reads all the manual pages contained in given sections of
|
2001-04-08 03:35:02 +01:00
|
|
|
manpath or the pre-formatted pages contained in the given sections of
|
2001-01-24 00:31:17 +00:00
|
|
|
catpath. For each page, it writes a line in the whatis database; each
|
|
|
|
line consists of the name of the page and a short description,
|
|
|
|
separated by a dash. The description is extracted using the content of
|
2001-07-22 20:45:10 +01:00
|
|
|
the NAME section of the manual page.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|