From cf71908799a953f45c4dae15dfa4117d5cd24f6f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 17 Nov 2022 12:42:12 +0100 Subject: Match lux.h.3head, not lux.h.0 --- man/check.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/check.sh b/man/check.sh index 3f98164..10fdf8f 100755 --- a/man/check.sh +++ b/man/check.sh @@ -1,3 +1,4 @@ #!/bin/sh -find . -name '*.[03]' -exec aspell --home-dir=./ --mode=nroff --ignore-case check {} \; +find . -name '*.3*' -exec \ + aspell --home-dir=./ --mode=nroff --ignore-case check {} \; -- cgit v1.2.3