diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | man/.aspell.en.pws | 32 | ||||
-rwxr-xr-x | man/check.sh | 3 |
3 files changed, 37 insertions, 0 deletions
@@ -1,2 +1,4 @@ +.aspell.en.prepl *.[ao] *.so +man/*.bak diff --git a/man/.aspell.en.pws b/man/.aspell.en.pws new file mode 100644 index 0000000..1cba5b1 --- /dev/null +++ b/man/.aspell.en.pws @@ -0,0 +1,32 @@ +personal_ws-1.1 en 31 +Aq +LUXGET +MERCHANTABILITY +Mdocdate +TODO +TORTIOUS +Voss +backlight +curp +disp +errno +fdopen +fdopendir +luxdec +luxdecp +luxdisp +luxfree +luxgetp +luxinc +luxincp +luxinit +luxmax +luxset +luxsetp +openat +printf +readdir +stdlib +struct +sys +tw 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 {} \; |