WHATIS(1-BSD) RISC/os Reference Manual WHATIS(1-BSD)
NAME
whatis - describe what a command is
SYNOPSIS
whatis command ...
DESCRIPTION
whatis looks up a given command and gives the header line
from the manual section. You can then run the man(1) com-
mand to get more information. If the line starts
`name(section) ...' you can do `man section name' to get the
documentation for it. Try `whatis ed' and then you should
do `man 1 ed' to get the manual.
whatis is actually just the -f option to the man(1) command.
FILES
/usr/man/whatis Data base
SEE ALSO
man(1).
Printed 1/15/91 Page 1