Here is yet another implementation of man(1); this one knows only about
files with man macros, and files without. Each manual is in a separate
file, and they are kept in cat1 ... cat8, man1 ... man8 directories
just like Unix. You'll need to build a `whatis' file too!

And before I go, here's my implementation of apropos & whatis:

	alias apropos 'grep "$1" /usr/man/whatis'

	alias whatis 'grep "^$1" /usr/man/whatis'

Does help if you have Clam :-)

Finally, with regards to Andy's 1.5 manuals posting, either break them
up into separate files & put them in to /usr/man/cat1, or wait a bit.
I LaTeX'd all the 1.3 manuals by hand & I will try to knock up a
LaTeX -> nroff converter for the manuals I created.

	Merry Christmas to you all!

	Warren Toomey - wkt@csadfa.oz.au@munnari.oz.au[@uunet]
