#! /bin/sh
a=`/usr/bin/pwd`/$1
d=`/usr/local/lib/rdlink $1`
cd `/usr/bin/dirname $d`/..
/usr/bin/nroff -man $a | /usr/local/lib/minimore -s
