MAKEWHATIS WHATIS and APROPOS

These utils remain untouched by myself and are earmarked for replacemant. 
Please read the relevant man pages / shell scripts for advice.
I have not made Makewhatis FSSTND compliant as I expect to replace it soon,
thus it will not work with stray cats in this context. Having said that I
doubt that you'll really want to update the whatis databases from cat pages
anyway. Do not contact me about these.

MANPATH

This util can be used to set your MANPATH environment variable when you log
in. This will make man a little bit quicker as it does not have to decide
your manpath every time it is run.

Something like:
	
	export MANPATH=`/usr/bin/manpath -q` #for sh type shells
	setenv MANPATH `/usr/bin/manpath -q` #for csh type shells

in /etc/profile or .login or equivalent will do this.

GDBMVER 

To make, type make gdbmver

This will give you the GNU dbm version you have installed, libc-4.5.21 
contains version 1.5. The current version is 1.7.1 (as at 5th May 1994)
The GDBM_FAST flag that mandb can use was introduced at ver 1.6 . Future
versions of man may try to use this flag also.

GETMANDBVER

To make, type make getmandbver

To protect from mistakes, I incorporate a version ID into the db when it is
created. The program will just access the ID and show it to you. Newer 
versions of man may/will store the db information in a different way to v2.0.
The ID is to protect from inconsistencies between versions.
