xref: /netbsd-src/external/ibm-public/postfix/dist/mantools/check-spell-install-proto-text (revision 0a3071956a3a9fdebdbf7f338cf2d439b45fc728)
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/* | grep -E -v 'stop|Makefile|html|\.proto' | mantools/deroff; cat RELEASE_NOTES) | spell | grep -F -vxf proto/stop
8