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.
> > (1) Do you know what a MAN PAGE is? Our client
> > indicated that it was somewhat comparable to a page in a help file, but
> > she doesn't know any more about them. I'm curious to know any details
you
> > might have.
A man page is a *nix help file type thing. Each command in a *nix system
should have an associated man page, which is similar to a reference entry.
Just enter 'man man' or something on a *nix command line to see an example.
> > (2) Will Acrobat Reader work on UNIX?
Yes.
> > (3) Can one create straight HTML for a UNIX browser?
Yes. HTML is a platform-independent markup language. Microsoft was a
relative latecomer to the internet, so you can pretty safely assume that any
standards-based internet protocols/markups are supported quite robustly in
*nix.