1whatis(1) User Commands whatis(1)
2
3
4
6 whatis - display a one-line summary about a keyword
7
9 whatis command...
10
11
13 whatis looks up a given command and displays the header line from the
14 manual section. You can then run the man(1) command to get more infor‐
15 mation. If the line starts name(section)... you can do man -ssection
16 name to get the documentation for it. Try whatis ed and then you
17 should do man -s 1 ed to get the manual page for ed(1).
18
19
20 whatis is actually just the -f option to the man(1) command.
21
22
23 whatis uses the /usr/share/man/windex database. This database is cre‐
24 ated by catman(1M). If this database does not exist, whatis will fail.
25
27 /usr/share/man/windex Table of contents and keyword database
28
29
31 See attributes(5) for descriptions of the following attributes:
32
33
34
35
36 ┌─────────────────────────────┬─────────────────────────────┐
37 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
38 ├─────────────────────────────┼─────────────────────────────┤
39 │Availability │SUNWdoc │
40 ├─────────────────────────────┼─────────────────────────────┤
41 │CSI │Enabled │
42 └─────────────────────────────┴─────────────────────────────┘
43
45 apropos(1), man(1), catman(1M), attributes(5)
46
47
48
49SunOS 5.11 14 Sep 1992 whatis(1)