MAN COMMAND NOTES
=================
Purpose:
--------
The 'man' command displays the manual pages for other Linux commands.
Syntax:
-------
man [SECTION] command
Examples:
----------
man ls
man 5 passwd
man -k keyword # Search for a keyword in all man pages
man -f command # Display brief info (same as 'whatis command')
man -a command # Show all man pages matching the name
man --help # Display help for man command
Tips:
-----
Use 'q' to quit the manual view.
Use '/' to search inside the manual.
Sections:
1 - User commands
2 - System calls
3 - Library functions
4 - Special files
5 - File formats
6 - Games
7 - Miscellaneous
8 - System administration