Go to the previous, next section.

Man Pages Organization

On-line man pages are organized into eight specific sections based on the actual commands' purpose. Some systems organize the sections slightly differently. The original eight sections are:

  1. Commands
  2. System Calls
  3. Library Functions
  4. Special Files, Device Info
  5. File Formats and Conventions
  6. Games
  7. Macro Packages and Language Conventions
  8. Maintenance Commands and Procedures

In addition there is a separate hierarchy for each type of software, one for standard UNIX utilities, one for local commands, one for GNU utilities, etc.

The man command will always try to show you the manual entry from the correct hierarchy. If you want to see all available manual pages with a given name use the `-A' argument.

Go to the previous, next section.