aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/man-desc.xml
blob: b79360bf7c5366a3a9d72945942374c5b7ca0905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<sect2><title>Contents</title>

<para>
The Man package contains the man, apropos whatis and makewhatis
programs.
</para>

</sect2>

<sect2><title>Description</title>

<sect3><title>man</title>

<para>
man formats and displays the on-line manual pages.
</para>

</sect3>

<sect3><title>apropos</title>

<para>
apropos searches a set of database files containing short descriptions 
of system commands for keywords and  displays the result on the standard 
output.
</para>

</sect3>

<sect3><title>whatis</title>

<para>
whatis searches a set of database files containing short descriptions 
of system commands for keywords and displays the result on the standard 
output. Only complete word matches are displayed.
</para>

</sect3>

<sect3><title>makewhatis</title>

<para>
makewhatis reads all the manual pages contained in given sections of 
manpath or the preformatted pages contained in the given sections of 
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 
the NAME section of the manual page.
</para>

</sect3>

</sect2>