A command retrieve information from the online manuals

Transfered from Linux Config Disqus comments:

Question:
A command retrieve information from the online manuals?

Answer:
man command will retrive the online manuals for any give command. For example command


man man 

returns the online manual page for a man command itself. Whereas, a linux command


man cat 

returns the online manual page for a cat command.