TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
"man" (short for "manual") pages are the online documents of the UNIX
world (the HLP files of UNIX). These pages are accessed via the UNIX
man command. For example, the following UNIX command displays the man
pages for the grep command:
man grep
which displays the online information for the UNIX grep command.
This is equivalent to the DOS help command (Example: "help find").
Not all UNIX shops have man pages installed. The standard location for
man pages is the directory /usr/share/man (but this, too, varies from
site-to-site).