summaryrefslogtreecommitdiffstats
path: root/mantools/check-double-proto-html
diff options
context:
space:
mode:
Diffstat (limited to 'mantools/check-double-proto-html')
-rwxr-xr-xmantools/check-double-proto-html7
1 files changed, 7 insertions, 0 deletions
diff --git a/mantools/check-double-proto-html b/mantools/check-double-proto-html
new file mode 100755
index 0000000..234a774
--- /dev/null
+++ b/mantools/check-double-proto-html
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# Finds double words in proto html files.
+
+LANG=C; export LANG
+
+ls proto/*.html proto/*.proto | xargs mantools/dehtml | mantools/find-double | fgrep -vxf proto/stop.double-proto-html