]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add CheckCaseOnly doc.
authorWilfredo Sanchez <wsanchez@apache.org>
Mon, 19 Jun 2006 23:41:43 +0000 (23:41 +0000)
committerWilfredo Sanchez <wsanchez@apache.org>
Mon, 19 Jun 2006 23:41:43 +0000 (23:41 +0000)
Submitted by: olivier Thereaux <ot@w3.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@415460 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_speling.xml

index 5d695ea24c8b30bfbb8b7197a5baf4995831354f..87afb13ab84871044f767e86a0444d1e1276e422 100644 (file)
@@ -137,4 +137,24 @@ of Apache 1.3, it is part of the Apache distribution. Prior to Apache
 </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>