summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_dialup.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_dialup.xml')
-rw-r--r--docs/manual/mod/mod_dialup.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/manual/mod/mod_dialup.xml b/docs/manual/mod/mod_dialup.xml
index b5e9600df3..5b5b5743c5 100644
--- a/docs/manual/mod/mod_dialup.xml
+++ b/docs/manual/mod/mod_dialup.xml
@@ -1,13 +1,13 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
-<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
+<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<!-- $LastChangedRevision$ -->
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
+ The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
@@ -24,7 +24,7 @@
The sequence of tags is important and must be followed in order for
the document to validate. -->
-<modulesynopsis metafile="mod_dialup.xml.meta">
+<modulesynopsis metafile="mod_dialup.xml.meta">
<name>mod_dialup</name>
<description>Send static content at a bandwidth rate limit, defined by the various old modem standards</description>
<status>Experimental</status>
@@ -33,7 +33,7 @@ the document to validate. -->
<summary>
<p>It is a module that sends static content at a bandwidth rate limit, defined
-by the various old modem standards. So, you can browse your site with a 56k
+by the various old modem standards. So, you can browse your site with a 56k
V.92 modem, by adding something like this:</p>
<example>
@@ -43,9 +43,9 @@ ModemStandard V.92<br />
</example>
<p>Previously to do bandwidth rate limiting modules would have to block an entire
-thread, for each client, and insert sleeps to slow the bandwidth down.
-Using the new suspend feature, a handler can get callback N milliseconds in
-the future, and it will be invoked by the Event MPM on a different thread,
+thread, for each client, and insert sleeps to slow the bandwidth down.
+Using the new suspend feature, a handler can get callback N milliseconds in
+the future, and it will be invoked by the Event MPM on a different thread,
once the timer hits. From there the handler can continue to send data to the client.</p>
</summary>