BSD 3 development
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:02:36 +0000 (01:02 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sun, 25 Nov 1979 09:02:36 +0000 (01:02 -0800)
Work on file usr/man/man1/apropos.1

Synthesized-from: 3bsd

usr/man/man1/apropos.1 [new file with mode: 0644]

diff --git a/usr/man/man1/apropos.1 b/usr/man/man1/apropos.1
new file mode 100644 (file)
index 0000000..fbbb0dd
--- /dev/null
@@ -0,0 +1,34 @@
+.TH APROPOS 1 2/24/79
+.UC
+.SH NAME
+apropos \- locate commands by keyword lookup
+.SH SYNOPSIS
+.B apropos
+word ...
+.SH DESCRIPTION
+.I Apropos
+shows which manual sections contain instances of any of the given
+keywords in their title.
+Each word is considered separately and case of letters is ignored.
+Words which are part of other words are considered thus looking for
+compile will hit all instances of `compiler' also.
+Try
+.IP
+apropos password
+.PP
+and
+.IP
+apropos editor
+.PP
+If the line starts `name(section) ...' you can do
+`man section name' to get the documentation for it.
+Try `apropos format' and then `man 3s printf' to get the manual
+on the subroutine
+.I printf.
+.SH FILES
+.DT
+/usr/lib/whatis                data base
+.SH "SEE ALSO"
+makewhatis(1), man(1), whatis(1)
+.SH AUTHOR
+William Joy