From: Daniel Earl Poirier Date: Wed, 19 Aug 2009 11:49:48 +0000 (+0000) Subject: Clarification on unit of measure of %D in mod_headers X-Git-Tag: 2.2.14~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc1c04c8bb7a6cbee1a4f0f6427b77466bf4a4d9;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/branches/2.2.x@805763 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 0760d0338a2..3029e8b743b 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -300,7 +300,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. %{FOOBAR}e The contents of the environment variable FOOBAR. diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index a46ecf2f66c..f6894c80cc1 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -388,7 +388,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. %{FOOBAR}e The contents of the environment