if test $# -ne 2
then
    echo Usage: pm section topic
else
   nroff -man /usr/man/man$1/$2* | lpr
fi
