Commit 5b0b202f authored by Wilfredo Sanchez's avatar Wilfredo Sanchez
Browse files

Add CheckCaseOnly doc.

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
parent 4b56d972
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -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>