#! /bin/bash
#

#
# Marc Groenewegen  2004
#

xterm -title "$*" -n $1 -fn 7x14 -geometry 80x50 -e man $* &

