Installation of Man
Run the following commands to install man:
for i in configure src/Makefile.in src/makewhatis.sh
do sed s/gawk/awk/g $i > $i.fixed
mv $i.fixed $i
done
chmod 700 configure &&
./configure -default &&
make &&
make install
You may want to take a look at the man hint at &hint-root;man.txt
which deals with formatting and compression issues for man pages.