Specify section number with Unix man (manual) command

Sometimes, there are multiple man pages under the same name, identified by section numbers. For example, there is a MKDIR user command and a MKDIR programming function call. if you just type “man mkdir” at the prompt, it might take you to one but not the other.

You can add a -s flag to specify the section number , e.g.


Revision #1
Created 2010-05-11 23:13:54 UTC by Chan, Wing Kai
Updated 2010-05-11 23:13:54 UTC by Chan, Wing Kai