if test $1 = "-k"
then
    egrep -i $2 /usr/man/Index
else
    /usr/bin/man /usr/man/$1* | more -s
fi
