A man page (short for manual page) is a form of software documentation found on Unix and Unix-like operating systems. Topics covered include programs, system libraries, system calls, and sometimes local system details. The local host administrators can create and install manual pages associated with the specific host. A manual end user may invoke a documentation page by issuing the man
command followed by the name of the item for which they want the documentation. These manual pages are typically requested by end users, programmers and administrators doing real time work but can also be formatted for printing.
By default, man
typically uses a formatting program such as nroff
with a macro package or mandoc, and also a terminal pager program such as more
or less
to display its output on the user's screen.
Man pages are often referred to as an online form of software documentation,[1] even though the man
command does not require internet access. The environment variable MANPATH often specifies a list of directory paths to search for the various documentation pages. Manual pages date back to the times when printed documentation was the norm.
© MMXXIII Rich X Search. We shall prevail. All rights reserved. Rich X Search