BSD 4_2 development
[unix-history] / usr / man / man1 / apropos.1
CommitLineData
7c43d180
C
1.TH APROPOS 1 "24 February 1979"
2.SH NAME
3apropos \- locate commands by keyword lookup
4.SH SYNOPSIS
5.B apropos
6keyword ...
7.SH DESCRIPTION
8.I Apropos
9shows which manual sections contain instances of any of the given
10keywords in their title.
11Each word is considered separately and case of letters is ignored.
12Words which are part of other words are considered thus looking for
13compile will hit all instances of `compiler' also.
14Try
15.IP
16apropos password
17.PP
18and
19.IP
20apropos editor
21.PP
22If the line starts `name(section) ...' you can do
23`man section name' to get the documentation for it.
24Try `apropos format' and then `man 3s printf' to get the manual
25on the subroutine
26.I printf.
27.PP
28.I Apropos
29is actually just the
30.B \-k
31option to the
32.IR man (1)
33command.
34.SH FILES
35.DT
36/usr/lib/whatis data base
37.SH "SEE ALSO"
38man(1), whatis(1), catman(8)
39.SH AUTHOR
40William Joy