summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_ratelimit.xml
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-04-27 07:17:57 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-04-27 07:17:57 +0200
commit90a77e573d9a3164b45c5dc49b1b4b685fbd2cb5 (patch)
treea5a6a696846662f616307cf80b323c757b2c80c2 /docs/manual/mod/mod_ratelimit.xml
parentSyntax updates for mod_p*.xml (diff)
downloadapache2-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.xml10
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>
-&lt;Location /downloads&gt;<br />
-<indent>
-SetOutputFilter RATE_LIMIT<br />
-SetEnv rate-limit 400 <br />
-</indent>
+<highlight language="config">
+&lt;Location /downloads&gt;
+ SetOutputFilter RATE_LIMIT
+ SetEnv rate-limit 400
&lt;/Location&gt;
+</highlight>
</example>
</summary>