xref: /netbsd-src/external/ibm-public/postfix/dist/mantools/check-spell-install-proto-text (revision 059c16a85b0b39d60ad6d18f53c09510815afa2b)
14a672054Schristos#!/bin/sh
24a672054Schristos
34a672054Schristos# Spellchecks the release notes, install scripts, and proto non-html files.
44a672054Schristos
54a672054SchristosLANG=C; export LANG
64a672054Schristos
7*059c16a8Schristos(ls *install* proto/* | grep -E -v 'stop|Makefile|html|\.proto' | mantools/deroff; cat RELEASE_NOTES) | spell | grep -F -vxf proto/stop
8