Installation of Man
Run the following commands to install man:
PATH=$PATH:/usr/bin:/bin \
./configure -default -confdir=/etc &&
make &&
make install
You may want to take a look at the man hint
at which deals with formatting
and compression issues for man pages.