#!/bin/sh
for i do
echo $i
groff -mandoc $i | sed -f ../makewhatis.sed >> whatis.db
done
