summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_heartbeat.xml
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-05-04 15:04:53 +0000
committerDaniel Gruno <humbedooh@apache.org>2012-05-04 15:04:53 +0000
commit06ab60855a06758d59efd7cff1d1ea651c62422f (patch)
tree3897873f656b90ff389f97f7bd18425dadc72f32 /docs/manual/mod/mod_heartbeat.xml
parentd43c4bcbfb0e0f14fa77514afa31665aa41ac4c7 (diff)
downloadhttpd-06ab60855a06758d59efd7cff1d1ea651c62422f.tar.gz
Backporting syntax highlighting (and a few typo fixes) for mod_e|f|h*.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1334016 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_heartbeat.xml')
-rw-r--r--docs/manual/mod/mod_heartbeat.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_heartbeat.xml b/docs/manual/mod/mod_heartbeat.xml
index f81df68cf0..a2180aae4c 100644
--- a/docs/manual/mod/mod_heartbeat.xml
+++ b/docs/manual/mod/mod_heartbeat.xml
@@ -54,7 +54,7 @@ of <directive module="mod_proxy">ProxyPass</directive>.</p>
<p>
Every 1 second, this module generates a single multicast UDP
packet, containing the number of busy and idle workers. The
- packet is a simple ASCII format, similiar to GET query parameters
+ packet is a simple ASCII format, similar to GET query parameters
in HTTP.
</p>
@@ -82,9 +82,9 @@ multicast address to which <module>mod_heartbeat</module> will send
status information. This address will usually correspond to a configured
<directive module="mod_heartmonitor">HeartbeatListen</directive> on a
frontend proxy system.</p>
-<example>
+<highlight language="config">
HeartbeatAddress 239.0.0.1:27999
-</example>
+</highlight>
</usage>
</directivesynopsis>