Solaris Resource Manager 1.3 Release Notes

Using Online Man Pages

To view the Solaris Resource Manager man pages using the man command, add /usr/srm/man to your MANPATH environment variable.

MANPATH=/usr/share/man:/usr/srm/man

If the MANPATH is not set in the individual user's environment, the man command defaults to /usr/share/man only. The order in the MANPATH specifies the search order. /usr/share/man will be searched first. If the requested man page is found there, man does not continue to search the MANPATH unless the -a option is used.

For example, to use man -a to find brk(2SRM), type:

man -a brk

To display the Solaris base operating system man page brk(2), type:

man -s2 brk

For additional information on using online man pages, see man(1).