xref: /netbsd-src/external/ibm-public/postfix/dist/mantools/check-double-install-proto-text (revision 4439cfd0acf9c7dc90625e5cd83b2317a9ab8967)
1#!/bin/sh
2
3# Finds double words in install and proto text files.
4
5LANG=C; export LANG
6
7(ls *install* proto/* | grep -E -v 'stop|Makefile|html|\.proto' | xargs mantools/deroff; cat RELEASE_NOTES) | mantools/find-double | grep -F -vxf proto/stop.double-install-proto-text
8