diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2015-07-06 08:30:57 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2015-07-06 08:30:57 +0200 |
commit | de69fc5a7daa062e36019adc62e7a0e8c3bca35e (patch) | |
tree | 0eef0dae78a8e6b6d45632e13dc8db2362a7ff97 | |
parent | Rebuild. (diff) | |
download | apache2-de69fc5a7daa062e36019adc62e7a0e8c3bca35e.tar.xz apache2-de69fc5a7daa062e36019adc62e7a0e8c3bca35e.zip |
Add missing <code> around a parameter
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1689317 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_proxy.html.en | 4 | ||||
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index b60913405a..cce70b3a70 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -1321,8 +1321,8 @@ ProxyPass "/mirror/foo" "http://backend.example.com"</pre> <tr><td>nofailover</td> <td>Off</td> <td>If set to <code>On</code> the session will break if the worker is in - error state or disabled. Set this value to On if backend servers do not - support session replication. + error state or disabled. Set this value to <code>On</code> if backend + servers do not support session replication. </td></tr> <tr><td>stickysession</td> <td>-</td> diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 7e97e9c358..8507a8b82a 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1189,8 +1189,8 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300 <tr><td>nofailover</td> <td>Off</td> <td>If set to <code>On</code> the session will break if the worker is in - error state or disabled. Set this value to On if backend servers do not - support session replication. + error state or disabled. Set this value to <code>On</code> if backend + servers do not support session replication. </td></tr> <tr><td>stickysession</td> <td>-</td> |