man <command_name>
At a shell prompt: for example, "man ftp". In order to simplify navigation through the output, man generally uses the less terminal pager.Pages are traditionally referred to using the notation "name(section)": for example, . The same page name may appear in more than one section of the manual, as when the names of system calls, user commands, or macro packages coincide. Examples are and , or and . The syntax for accessing the non-default manual section varies between different man implementations. On Linux and *BSD, for example, the syntax for reading is
man 3 printf
For More Info : http://en.wikipedia.org/wiki/Man_page
No comments:
Post a Comment