]> granicus.if.org Git - apache/commitdiff
Apply to trunk doc, things done on 2.4 branch
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 26 Feb 2013 11:08:48 +0000 (11:08 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 26 Feb 2013 11:08:48 +0000 (11:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1450136 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/hooks.xml
docs/manual/mod/mod_auth_form.xml

index 7c6074604922c8164a2f9a75f442b5ffc9360710..e9a5c5f52e1a543406218c61e0353cc5a6039808 100644 (file)
@@ -90,8 +90,8 @@ APR_HOOK_STRUCT(
         <highlight language="c">
 void ap_run_do_something(request_rec *r, int n)
 {
-...
-do_something(r, n);
+    ...
+    do_something(r, n);
 }
         </highlight>
       </section>
index 9d6ccffe4ccc8591797245b551baed810e533111..dfe28d118b5086a0721c7ea6b862a07dbeec641b 100644 (file)
@@ -661,7 +661,7 @@ lower level modules</description>
     <p>The <directive module="mod_auth_form">AuthFormDisableNoStore</directive> flag
     disables the sending of a <code>Cache-Control no-store</code> header with the
     error 401 page returned when the user is not yet logged in. The purpose of the header
-    is to make it difficult for an ecmascript application to attempt to resubmit the
+    is to make it difficult for an <code>ecmascript</code> application to attempt to resubmit the
     login form, and reveal the username and password to the backend application. Disable
     at your own risk.</p>