diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2013-02-26 11:52:23 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2013-02-26 11:52:23 +0100 |
commit | 7e162765a0d9fceb748824a3b41434113eca0ed6 (patch) | |
tree | 58247c08a462a1c94321d8fc5d8184940bc79e59 /docs | |
parent | xforms (diff) | |
download | apache2-7e162765a0d9fceb748824a3b41434113eca0ed6.tar.xz apache2-7e162765a0d9fceb748824a3b41434113eca0ed6.zip |
Fix typo in doc which is only on trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1450125 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_auth_form.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml index 16efbd95e4..9d6ccffe4c 100644 --- a/docs/manual/mod/mod_auth_form.xml +++ b/docs/manual/mod/mod_auth_form.xml @@ -524,7 +524,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> |