diff options
author | Daniel Earl Poirier <poirier@apache.org> | 2009-08-19 13:36:24 +0200 |
---|---|---|
committer | Daniel Earl Poirier <poirier@apache.org> | 2009-08-19 13:36:24 +0200 |
commit | 0d31b52105994c6d95d0404976d78b4f5a9c3d31 (patch) | |
tree | 14cd7a4de765f9fffda130b35b4f6b44d5888318 | |
parent | Fix a few more broken links, one misspelling, and (diff) | |
download | apache2-0d31b52105994c6d95d0404976d78b4f5a9c3d31.tar.xz apache2-0d31b52105994c6d95d0404976d78b4f5a9c3d31.zip |
Clarification on unit of measure of %D in mod_headers
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
-rw-r--r-- | docs/manual/mod/mod_headers.html.en | 3 | ||||
-rw-r--r-- | docs/manual/mod/mod_headers.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 68c6f6f7eb..7b43beaaaf 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -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> diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index d414ac3efb..91674c9d36 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -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 |