Home | History | Annotate | Line # | Download | only in mantools
spell revision 1.1.1.1.2.2
      1 #!/bin/sh
      2 
      3 for i in $*
      4 do
      5 	echo === $i ===
      6 	mantools/html2readme $i | col -b | spell | fgrep -vxf proto/stop
      7 done
      8