for i in /usr/TeX/man/$1*
do
uncompress $i
xdvi -s 4 /usr/TeX/man/`basename $i .z` 
gzip -9 /usr/TeX/man/`basename $i .z` &
done
