Query: whatis
OS: opensolaris
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
whatis(1) User Commands whatis(1)NAMEwhatis - display a one-line summary about a keywordSYNOPSISwhatis command...DESCRIPTIONwhatis looks up a given command and displays the header line from the manual section. You can then run the man(1) command to get more information. If the line starts name(section)... you can do man -ssection name to get the documentation for it. Try whatis ed and then you should do man -s 1 ed to get the manual page for ed(1). whatis is actually just the -f option to the man(1) command. whatis uses the /usr/share/man/windex database. This database is created by catman(1M). If this database does not exist, whatis will fail.FILES/usr/share/man/windex Table of contents and keyword databaseATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWdoc | +-----------------------------+-----------------------------+ |CSI |Enabled | +-----------------------------+-----------------------------+SEE ALSOapropos(1), man(1), catman(1M), attributes(5) SunOS 5.11 14 Sep 1992 whatis(1)
Related Man Pages |
---|
whatis(1) - opensolaris |
makewhatis(8) - mojave |
makewhatis(8) - redhat |
makewhatis(1) - freebsd |
apropos(1) - aix |
Similar Topics in the Unix Linux Community |
---|
Man command |
what is the 'whatis' command? |
apropos not working |
man page question |
Reading file contents until a keyword |