$ man
name
- Provides help on a particular command where
name is the name of the command you wish to get help with such as ls,
cat or mkdir 
$ man -k keyword
- Searches the man pages table of contents
for the specified keyword and displays a one-line summary for each
entry 
$ man -s section name - Displays a particular section of
the man pages which can include multiple commands 