xref: /netbsd-src/external/ibm-public/postfix/dist/mantools/check-double-proto-html (revision 059c16a85b0b39d60ad6d18f53c09510815afa2b)
1#!/bin/sh
2
3# Finds double words in proto html files.
4
5LANG=C; export LANG
6
7ls proto/*.html proto/*.proto | xargs mantools/dehtml | mantools/find-double | grep -F -vxf proto/stop.double-proto-html
8