A man page for fork, for example, is in the System Calls section that has number 2:
man 2 fork
How do you see what else is section 2 without resorting to Google?
|
|
|
Manpages are usually placed in
So to list all installed section 2 manpages, do:
Or the more complete one:
The latter one will have problems if you have directories in On most distributions you can also check available man pages with a package tool, e.g. on Debian derived distributions you can use
|
|||
|
|
To list all installed man pages from a specific section you can use apropos:
|
|||||||||||
|