xref: /netbsd-src/external/ibm-public/postfix/dist/mantools/check-double-history (revision 801f73adf8029e41ec107911c58034bb925796a2)
1#!/bin/sh
2
3# Finds double words the HISTORY file, starting with 2022.
4
5LANG=C; export LANG
6
7sed '1,/^2022/d' HISTORY | mantools/find-double | grep -F -vxf proto/stop.double-history
8