You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2012/12/31 18:07:25 UTC

svn commit: r1427181 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml

Author: gryzor
Date: Mon Dec 31 17:07:25 2012
New Revision: 1427181

URL: http://svn.apache.org/viewvc?rev=1427181&view=rev
Log:
Fixed a typo

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml?rev=1427181&r1=1427180&r2=1427181&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_auth_form.xml Mon Dec 31 17:07:25 2012
@@ -522,7 +522,7 @@ lower level modules</description>
 <directivesynopsis>
 <name>AuthFormSize</name>
 <description>The largest size of the form in bytes that will be parsed for the login details</description>
-<syntax>AuthFormBody <var>size</var></syntax>
+<syntax>AuthFormSize <var>size</var></syntax>
 <default>8192</default>
 <contextlist><context>directory</context>
 </contextlist>