How do I access specific sections of man pages?
|
|
Put the section number in front of the item you want to reference. For example, to access the sysctl function from the library section, you can write:
and to access the sysctl tool from the system administrator's section, you would write:
|
|||
|
|
|
|
To add to what Jason said: if you're not sure what section something is in, you can also see all of the man pages for a given topic by typing
This is useful for topics such as |
||||||
|
|
|
use the -s flag, for example:
you might like to look at
to get an idea of what's where. HTH. cheers, Rob |
||
|
