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

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