From 174505857dc9167612a863923756c70c4d0908d6 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 9 Sep 2022 22:52:31 +0200 Subject: Use aspell(1) for spell checking --- man/check.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 man/check.sh (limited to 'man/check.sh') diff --git a/man/check.sh b/man/check.sh new file mode 100755 index 0000000..e6afab8 --- /dev/null +++ b/man/check.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +find . -name '*.3' -exec aspell --home-dir=./ --mode=nroff --ignore-case check {} \; -- cgit v1.2.3