]> granicus.if.org Git - apache/commitdiff
Timeout scenarios are more of an unordered list.
authorEric Covener <covener@apache.org>
Mon, 7 Mar 2016 18:23:02 +0000 (18:23 +0000)
committerEric Covener <covener@apache.org>
Mon, 7 Mar 2016 18:23:02 +0000 (18:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733953 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index c3058e3eb182e30703038cd327ffaaac4bc32aee..9ae0713a6b9d687272bfa34392c3780de0980555 100644 (file)
@@ -4454,7 +4454,7 @@ certain events before failing a request</description>
     <p>The <directive>TimeOut</directive> directive defines the length
     of time Apache httpd will wait for I/O in various circumstances:</p>
 
-    <ol>
+    <ul>
       <li><p>When reading data from the client, the length of time to
       wait for a TCP packet to arrive if the read buffer is
       empty.</p>
@@ -4476,7 +4476,7 @@ certain events before failing a request</description>
       <li>In <module>mod_proxy</module>, the default timeout value if
       <directive module="mod_proxy">ProxyTimeout</directive> is not
       configured.</li>
-    </ol>
+    </ul>
 
 </usage>
 </directivesynopsis>