summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_status.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-03-29 15:36:16 +0200
committerRich Bowen <rbowen@apache.org>2011-03-29 15:36:16 +0200
commitc63753bf7a5d74bf94d27feeb00061cfe64537df (patch)
treee7e454c910c7d1e37a469313c1e1b6b8a69e501b /docs/manual/mod/mod_status.xml
parentutf-8 it is. (diff)
downloadapache2-c63753bf7a5d74bf94d27feeb00061cfe64537df.tar.xz
apache2-c63753bf7a5d74bf94d27feeb00061cfe64537df.zip
Slight tweak to example - add indentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086578 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_status.xml')
-rw-r--r--docs/manual/mod/mod_status.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_status.xml b/docs/manual/mod/mod_status.xml
index 75614562e1..06a3dd6a81 100644
--- a/docs/manual/mod/mod_status.xml
+++ b/docs/manual/mod/mod_status.xml
@@ -79,9 +79,11 @@ performance</description>
configuration file</p>
<example>
&lt;Location /server-status&gt;<br />
+ <indent>
SetHandler server-status<br />
<br />
Require host example.com<br />
+ </indent>
&lt;/Location&gt;
</example>