diff options
author | Rich Bowen <rbowen@apache.org> | 2017-12-20 18:02:22 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2017-12-20 18:02:22 +0100 |
commit | 7a93f947ec1960c494be41182b4d33be073c76af (patch) | |
tree | 5da7717be6e5f4c7a882d3b56265ddbc40b5087f /docs/manual/mod/mod_log_config.xml | |
parent | Define "delimiter", as per a complaint in the comments. (diff) | |
download | apache2-7a93f947ec1960c494be41182b4d33be073c76af.tar.xz apache2-7a93f947ec1960c494be41182b4d33be073c76af.zip |
Fix markup to pass valid XML check.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1818830 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_log_config.xml')
-rw-r--r-- | docs/manual/mod/mod_log_config.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 13964ce461..4e2297e10b 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -225,11 +225,11 @@ </td></tr> <tr><td><code>%T</code></td> - <td>The time taken to serve the request, in seconds. The time measured + <td><p>The time taken to serve the request, in seconds. The time measured begins when the first line of the HTTP request is read from the host operating system by the HTTP server and ends when the last byte of - the response is written by the HTTP server to the host operating system. - <p> The time measured does <em>not</em> include any of the following: + the response is written by the HTTP server to the host operating system.</p> + <p>The time measured does <em>not</em> include any of the following:</p> <ul> <li> Time spent in TCP or TLS handshakes.</li> <li> The time before a webserver thread is able to read the first @@ -239,7 +239,7 @@ <li> Time taken for the response to arrive at the client host.</li> <li> Time taken for the the useragent to read and process the response.</li> - </ul></p> + </ul> </td></tr> <tr><td><code>%{<var>UNIT</var>}T</code></td> |