Translation(s): Español - Français

(!) /Discussion

Short for Manual Page, a manpage is just that. A manpage should give a description of a CommandLine options, configuration file syntax,etc and a few examples.

The man package includes three tools for finding information and/or documentation about your Linux system: man, apropos and whatis.

The man system formats and displays on-line manual pages about commands or functions on your system.To view a ManPage, one simply types "man foo". The ManPage is formatted and displayed by the $PAGER.

Apropos searches the whatis database (containing short descriptions of system commands) for a string.

Whatis searches its own database for a complete word.

The man package should be installed on your system because it is the primary way for find documentation on a Linux system.

The man pages are stored in /usr/share/man.

Translations, locales

Xman

xman is a Xwindow man page browser. (Gnome's help system let you search and read manpages too).

See also


ManPage (last edited 2009-08-25 09:25:12 by MichelBarret)