Current File : //root/postfix-3.2.0/mantools/spell
#!/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