Manpages provide online reference and command information
from the command line. Manpages are supplied with the HP XC system
for standard HP XC components, Linux user commands, LSF commands,
and other software components that are distributed with the HP XC system.
Manpages for third-party software components might
be provided as a part of the deliverables for that component.
Using discover(8) as an example, you can use
either one of the following commands to display a manpage:
$ man discover
$ man 8 discover |
If you are not sure about a command you need to
use, enter the man command with the -k option to obtain a list of commands that are related to a keyword.
For example: