xref: /netbsd-src/external/ibm-public/postfix/dist/mantools/check-spell-install-proto-text (revision b0d1725196a7921d003d2c66a14f186abda4176b)
1#!/bin/sh
2
3# Spellchecks the release notes, install scripts, and proto non-html files.
4
5LANG=C; export LANG
6
7(ls *install* proto/* | egrep -v 'stop|Makefile|html|\.proto' | mantools/deroff; cat RELEASE_NOTES) | spell | fgrep -vxf proto/stop
8