Current File : //root/postfix-3.2.0/mantools/manspell
#!/bin/sh

for file
do
    echo ==== $file ====
    deroff $file | spell | fgrep -vf proto/stop
done