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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@805754 13f79535-47bb-0310-9956-ffa450edef68

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

index 68c6f6f7ebe9b11e61aeb78889f6145e17b0f4bc..7b43beaaafef7e5d7bf43df36db4d333f879a40d 100644 (file)
@@ -293,7 +293,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>%{VARNAME}e</code></td>
         <td>The contents of the <a href="../env.html">environment
         variable</a> <code>VARNAME</code>.</td></tr>
index d414ac3efbc47e5613a5d9abf8a98125d4a0f6e1..91674c9d364dfa68ce9ceed391820937135240f3 100644 (file)
@@ -378,7 +378,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>%{VARNAME}e</code></td>
         <td>The contents of the <a href="../env.html">environment