Installation of Man Install Man by running the following commands:
sed -e 's|in \(.*\$PATH\)|in `echo \1`|' \    configure > tmp~ && mv tmp~ configure && chmod 755 configure && ./configure -default && make && make install && sed s/AWK=/"AWK=\/usr\/bin\/mawk"/ \    /usr/sbin/makewhatis > makewhatis-new && mv makewhatis-new /usr/sbin/makewhatis && chmod 755 /usr/sbin/makewhatis
You may want to take a look at the man hint which deals with formatting and compression issues for man pages.