]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clarification on unit of measure of %D in mod_headers
authorDaniel Earl Poirier <poirier@apache.org>
Wed, 19 Aug 2009 11:49:48 +0000 (11:49 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Wed, 19 Aug 2009 11:49:48 +0000 (11:49 +0000)
PR: 47707
Reported by: Paschal Nee <pnee toombeola.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@805763 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_headers.html.en
docs/manual/mod/mod_headers.xml

index 0760d0338a2650f89781f4de06c023494492a732..3029e8b743b49689b3c1edbf72baa3ad970431ea 100644 (file)
@@ -300,7 +300,8 @@ headers</td></tr>
 <tr><td><code>%D</code></td>
         <td>The time from when the request was received to the time the
         headers are sent on the wire. This is a measure of the duration
-        of the request. The value is preceded by <code>D=</code>.</td></tr>
+        of the request. The value is preceded by <code>D=</code>.
+        The value is measured in microseconds.</td></tr>
 <tr class="odd"><td><code>%{FOOBAR}e</code></td>
         <td>The contents of the <a href="../env.html">environment
         variable</a> <code>FOOBAR</code>.</td></tr>
index a46ecf2f66cdb6fcf8aec1bd6baf0d0a505fbb89..f6894c80cc10d7266b95b363fb9bb198a005b693 100644 (file)
@@ -388,7 +388,8 @@ headers</description>
     <tr><td><code>%D</code></td>
         <td>The time from when the request was received to the time the
         headers are sent on the wire. This is a measure of the duration
-        of the request. The value is preceded by <code>D=</code>.</td></tr>
+        of the request. The value is preceded by <code>D=</code>.
+        The value is measured in microseconds.</td></tr>
 
     <tr><td><code>%{FOOBAR}e</code></td>
         <td>The contents of the <a href="../env.html">environment