diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-04-27 07:17:57 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-04-27 07:17:57 +0200 |
commit | 90a77e573d9a3164b45c5dc49b1b4b685fbd2cb5 (patch) | |
tree | a5a6a696846662f616307cf80b323c757b2c80c2 /docs/manual/mod/mod_ratelimit.xml | |
parent | Syntax updates for mod_p*.xml (diff) | |
download | apache2-90a77e573d9a3164b45c5dc49b1b4b685fbd2cb5.tar.xz apache2-90a77e573d9a3164b45c5dc49b1b4b685fbd2cb5.zip |
Syntax updates for mod_r*.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331219 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_ratelimit.xml')
-rw-r--r-- | docs/manual/mod/mod_ratelimit.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_ratelimit.xml b/docs/manual/mod/mod_ratelimit.xml index 0128def459..e386dd581d 100644 --- a/docs/manual/mod/mod_ratelimit.xml +++ b/docs/manual/mod/mod_ratelimit.xml @@ -38,12 +38,12 @@ The connection speed to be simulated is specified, in KiB/s, using the environme variable <code>rate-limit</code>.</p> <example><title>Example Configuration</title> -<Location /downloads><br /> -<indent> -SetOutputFilter RATE_LIMIT<br /> -SetEnv rate-limit 400 <br /> -</indent> +<highlight language="config"> +<Location /downloads> + SetOutputFilter RATE_LIMIT + SetEnv rate-limit 400 </Location> +</highlight> </example> </summary> |