summaryrefslogtreecommitdiffstats
path: root/mantools/manspell
blob: 107873d9c027066edaab0c81c98214223a62ac13 (plain)
1
2
3
4
5
6
7
#!/bin/sh

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