From 0d31b52105994c6d95d0404976d78b4f5a9c3d31 Mon Sep 17 00:00:00 2001 From: Daniel Earl Poirier Date: Wed, 19 Aug 2009 11:36:24 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_headers.html.en | 3 ++- 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 %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 d414ac3efb..91674c9d36 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 -- 2.40.0