diff -ru httpd-docs_orig/manual/mod/mod_speling.xml httpd-docs/manual/mod/mod_speling.xml
--- httpd-docs_orig/manual/mod/mod_speling.xml	2006-06-09 15:20:42.000000000 +0900
+++ httpd-docs/manual/mod/mod_speling.xml	2006-06-14 16:19:18.000000000 +0900
@@ -117,4 +117,24 @@
 </usage>
 </directivesynopsis>
 
+<directivesynopsis>
+<name>CheckCaseOnly</name>
+<description>Limits the action of the speling module to case corrections</description>
+<syntax>CheckCaseOnly on|off</syntax>
+<default>CheckCaseOnly Off</default>
+<contextlist>
+<context>server config</context>
+<context>virtual host</context>
+<context>directory</context>
+<context>.htaccess</context>
+</contextlist>
+<override>Options</override>
+
+<usage>
+    <p>When set, this directive limits the action of the spelling correction to lower/upper case changes. 
+    Other potential corrections are not performed.</p>
+
+</usage>
+</directivesynopsis>
+
 </modulesynopsis>
