summaryrefslogtreecommitdiffstats
path: root/mantools/check-spell-proto-html
blob: 3d05d6676e5a87cae8a85db38754d627a6d2d2f6 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Spellchecks the proto HTML files.

LANG=C; export LANG

mantools/dehtml proto/*html proto/*.proto | spell | fgrep -vxf proto/stop | fgrep -vxf proto/stop.spell-proto-html