summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/s_docs
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/dist/s_docs')
-rwxr-xr-xsrc/third_party/wiredtiger/dist/s_docs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/dist/s_docs b/src/third_party/wiredtiger/dist/s_docs
index f4332257193..6ebffb947ec 100755
--- a/src/third_party/wiredtiger/dist/s_docs
+++ b/src/third_party/wiredtiger/dist/s_docs
@@ -96,7 +96,8 @@ spellchk()
type aspell > /dev/null 2>&1 || return
(cd ../src/docs &&
- cat *.dox | aspell --lang=en --personal=./spell.ok list) |
+ cat *.dox |
+ aspell --encoding=iso-8859-1 --lang=en --personal=./spell.ok list) |
sort -u > $t
test -s $t && {
echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-="