Sections
- Executable programs or shell commands
- System calls (functions provided by the kernel)
- Library calls (functions within program libraries)
- Special files (usually found in
/dev
) - File formats and conventions, e.g.
/etc/passwd
- Games
- Miscellaneous (including macro packages and conventions), e.g.
man(7)
,groff(7)
,man-pages(7)
- System administration commands (usually only for root)
- Kernel routines (Non standard)
To see if any COMMAND
has available sections use whatis
of man -f
man -f COMMAND