From: Daniel Earl Poirier Date: Wed, 19 Aug 2009 11:36:24 +0000 (+0000) Subject: Clarification on unit of measure of %D in mod_headers X-Git-Tag: 2.3.3~387 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d31b52105994c6d95d0404976d78b4f5a9c3d31;p=thirdparty%2Fapache%2Fhttpd.git Clarification on unit of measure of %D in mod_headers PR: 47707 Reported by: Paschal Nee git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@805754 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 68c6f6f7ebe..7b43beaaafe 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -293,7 +293,8 @@ headers %D 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 D=. + of the request. The value is preceded by D=. + The value is measured in microseconds. %{VARNAME}e The contents of the environment variable VARNAME. diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index d414ac3efbc..91674c9d364 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -378,7 +378,8 @@ headers %D 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 D=. + of the request. The value is preceded by D=. + The value is measured in microseconds. %{VARNAME}e The contents of the environment