.MAN File Extension
Unix Manual
Developer | N/A |
Popularity |
3.9 | 92 Votes |
Category | Text Files |
Format | Text |
What is a MAN file?
Help manual (called a "man page") used by the Unix Man utility, a program used to view documentation; contains information about a Unix command or other Unix function; can be viewed within a unix shell using the man command.
More Information
Unix man pages rarely use the ".man" extension. Rather, they use the extensions ".1" (.1 files) through ".8" for user manuals in one of eight sections:
- General user commands
- System calls
- C library functions
- Devices and network interfaces
- File formats
- Games
- Miscellaneous
- Linux-specific kernel routines
Man pages can be viewed by typing man [section] [page], where [section] is the man page section, and [page] is the user manual name. If no section is supplied, the man utility assumes section 1.
NOTE: Since man pages are stored in a plain text format, they can be created and edited with any text editor.