summaryrefslogtreecommitdiffstats
path: root/mantools/spell
blob: f4138ed62318114952ca345ab110608bff6b7ca2 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

LC_ALL=C
export LC_ALL

for i in $*
do
	echo === $i ===
	mantools/html2readme $i | col -b | spell | fgrep -vxf proto/stop
done