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