aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xman/check.sh3
1 files changed, 2 insertions, 1 deletions
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 {} \;