diff xml/en/docs/http/ngx_http_log_module.xml @ 779:32b8498cfb40

$msec and $request_time have become generic variables in 1.2.6.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 11 Dec 2012 07:59:40 +0000
parents 47ad88faaa3f
children 41363f013cc9
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_log_module.xml
+++ b/xml/en/docs/http/ngx_http_log_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_log_module"
         link="/en/docs/http/ngx_http_log_module.html"
         lang="en"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
@@ -168,7 +168,7 @@ name</link>.
 <tag-desc>
 time in seconds with a milliseconds resolution at the time of log write
 <note>
-Since version 1.3.9 there is a common variable with the
+Since versions 1.3.9 and 1.2.6 there is a common variable with the
 <link doc="ngx_http_core_module.xml" id="var_msec">same name</link>.
 </note>
 </tag-desc>
@@ -190,7 +190,7 @@ request processing time in seconds with 
 time elapsed between the first bytes were read from the client and
 the log write after the last bytes were sent to the client
 <note>
-Since version 1.3.9 there is a common variable with the
+Since versions 1.3.9 and 1.2.6 there is a common variable with the
 <link doc="ngx_http_core_module.xml" id="var_request_time">same name</link>.
 </note>
 </tag-desc>