diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2013-02-26 12:08:48 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2013-02-26 12:08:48 +0100 |
commit | 5c178ced6bfffcd570ed92c434281128ef9c30d4 (patch) | |
tree | 5788ff10fb84d69f067e3ecc75381a7ace5873ad /docs | |
parent | .fr doc update (diff) | |
download | apache2-5c178ced6bfffcd570ed92c434281128ef9c30d4.tar.xz apache2-5c178ced6bfffcd570ed92c434281128ef9c30d4.zip |
Apply to trunk doc, things done on 2.4 branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1450136 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/developer/hooks.xml | 4 | ||||
-rw-r--r-- | docs/manual/mod/mod_auth_form.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/developer/hooks.xml b/docs/manual/developer/hooks.xml index 7c60746049..e9a5c5f52e 100644 --- a/docs/manual/developer/hooks.xml +++ b/docs/manual/developer/hooks.xml @@ -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> diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml index 9d6ccffe4c..dfe28d118b 100644 --- a/docs/manual/mod/mod_auth_form.xml +++ b/docs/manual/mod/mod_auth_form.xml @@ -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> |