manspell   [plain text]


#!/bin/sh

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