Home | History | Annotate | Line # | Download | only in mantools
manspell revision 1.1.1.1.4.2
      1  1.1.1.1.4.2  matt #!/bin/sh
      2  1.1.1.1.4.2  matt 
      3  1.1.1.1.4.2  matt for file
      4  1.1.1.1.4.2  matt do
      5  1.1.1.1.4.2  matt     echo ==== $file ====
      6  1.1.1.1.4.2  matt     deroff $file | spell | fgrep -vf proto/stop
      7  1.1.1.1.4.2  matt done
      8