Table of Contents
Man Pages
Search Man page on https://man.cx
- Snippet from Wikipedia: Man page
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 asnroff
with a macro package or mandoc, and also a terminal pager program such asmore
orless
to display its output on the user's screen.Man pages are often referred to as an online form of software documentation, 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.
What is man.cx?
“Have you ever wanted to check a manual page for a tool you hadn't installed on the current machine? Well, it happened to me various times. There are some manpage interfaces available on the net, but they all just provide access to the GNU tools or maybe to the tools installed on the host, but they are always missing some pages. So I thought, why isn't there a page with all manpages? So I just built one.”
All Manpages?
“Well okay not all, but a lot. In fact, I extracted all the manpages from all available packages in the Debian testing distribution, plus some pages from other sources. This makes a total of 216768 available manpages (including translations).”
Cool! How do I use it?
“Just enter the name of the page you want in the inputbox at the top of the page. You can add a section number (in parentheses) if you want. But you can simply use the fast to type URL man.cx/pagename in your browser's addressbar.”