From b7c15c31519dc44c1f691e0466badd556ffe9423 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:18:56 +0200 Subject: Adding upstream version 3.7.10. Signed-off-by: Daniel Baumann --- mantools/check-spell-install-proto-text | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 mantools/check-spell-install-proto-text (limited to 'mantools/check-spell-install-proto-text') diff --git a/mantools/check-spell-install-proto-text b/mantools/check-spell-install-proto-text new file mode 100755 index 0000000..19b8140 --- /dev/null +++ b/mantools/check-spell-install-proto-text @@ -0,0 +1,7 @@ +#!/bin/sh + +# Spellchecks the release notes, install scripts, and proto non-html files. + +LANG=C; export LANG + +(ls *install* proto/* | egrep -v 'stop|Makefile|html|\.proto' | mantools/deroff; cat RELEASE_NOTES) | spell | fgrep -vxf proto/stop -- cgit v1.2.3