aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <thomasvoss@live.com> 2022-09-21 00:15:26 +0200
committerThomas Voss <thomasvoss@live.com> 2022-09-21 00:15:26 +0200
commitca047f462757fe6330189162c15a13840fbe64ea (patch)
tree1af6b21ce6b017de644279510a0c56cf96e4c0a9
parent9a2b957f93d89b32d14a43998b9bb3aef362d7f3 (diff)
Add more words to dictionary
-rw-r--r--man/.aspell.en.pws14
-rwxr-xr-xman/check.sh2
2 files changed, 14 insertions, 2 deletions
diff --git a/man/.aspell.en.pws b/man/.aspell.en.pws
index 1cba5b1..e8bad4b 100644
--- a/man/.aspell.en.pws
+++ b/man/.aspell.en.pws
@@ -1,17 +1,25 @@
-personal_ws-1.1 en 31
+personal_ws-1.1 en 43
Aq
LUXGET
MERCHANTABILITY
Mdocdate
+POSIX
TODO
TORTIOUS
Voss
+argc
+argv
+atoi
backlight
+cacheable
curp
disp
errno
fdopen
fdopendir
+fprintf
+getopt
+liblux
luxdec
luxdecp
luxdisp
@@ -23,10 +31,14 @@ luxinit
luxmax
luxset
luxsetp
+nroff
openat
+optarg
printf
readdir
+stderr
stdlib
struct
sys
tw
+unistd
diff --git a/man/check.sh b/man/check.sh
index e6afab8..3f98164 100755
--- a/man/check.sh
+++ b/man/check.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-find . -name '*.3' -exec aspell --home-dir=./ --mode=nroff --ignore-case check {} \;
+find . -name '*.[03]' -exec aspell --home-dir=./ --mode=nroff --ignore-case check {} \;