[ic] How to read the doc files

Jon Jensen jon@akopia.com
Wed, 18 Oct 2000 18:18:10 -0500 (CDT)


On Wed, 18 Oct 2000, Zachary Matthews wrote:

> Sounds like a simple question, but I can't seem to figure out what tool 
> to use to read the files in interchange/doc. Files such as:
> 
> mvdocs.8
> mvfaq.8
> mvtags.8
> etc.
> 
> I have tried using man and perldoc to read these files, but neither
> program recognizes those files.  Can someone advise.

What platform are you using? They work just fine for me on various Linuxes
using 'man ./mvdocs.8' etc. You have to specify the path and the full file
name if they aren't installed in your MANPATH. Hence the './' prefix and
'.8' suffix. Or just move them into /usr/man/man8 or /usr/local/man/man8
or /usr/share/man/man8 etc. depending on your platform.

Jon