changeset 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 cd73f6e9aaf3
children ac8ea1e005bf
files xml/en/docs/http/ngx_http_core_module.xml xml/en/docs/http/ngx_http_log_module.xml xml/ru/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_log_module.xml
diffstat 4 files changed, 14 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Mon Dec 10 10:45:23 2012 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Tue Dec 11 07:59:40 2012 +0000
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="12">
+        rev="13">
 
 <section id="directives" name="Directives">
 
@@ -2791,7 +2791,7 @@
 
 <tag-name id="var_msec"><var>$msec</var></tag-name>
 <tag-desc>
-current time in seconds with a milliseconds resolution (1.3.9)
+current time in seconds with a milliseconds resolution (1.3.9, 1.2.6)
 </tag-desc>
 
 <tag-name id="var_nginx_version"><var>$nginx_version</var></tag-name>
@@ -2890,7 +2890,8 @@
 
 <tag-name id="var_request_time"><var>$request_time</var></tag-name>
 <tag-desc>
-request processing time in seconds with a milliseconds resolution (1.3.9);
+request processing time in seconds with a milliseconds resolution
+(1.3.9, 1.2.6);
 time elapsed since the first bytes were read from the client
 </tag-desc>
 
--- a/xml/en/docs/http/ngx_http_log_module.xml	Mon Dec 10 10:45:23 2012 +0000
+++ b/xml/en/docs/http/ngx_http_log_module.xml	Tue Dec 11 07:59:40 2012 +0000
@@ -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 @@
 <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 @@
 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>
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Mon Dec 10 10:45:23 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Tue Dec 11 07:59:40 2012 +0000
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="12">
+        rev="13">
 
 <section id="directives" name="Директивы">
 
@@ -2778,7 +2778,7 @@
 
 <tag-name id="var_msec"><var>$msec</var></tag-name>
 <tag-desc>
-текущее время в секундах с точностью до миллисекунд (1.3.9)
+текущее время в секундах с точностью до миллисекунд (1.3.9, 1.2.6)
 </tag-desc>
 
 <tag-name id="var_nginx_version"><var>$nginx_version</var></tag-name>
@@ -2875,7 +2875,8 @@
 
 <tag-name id="var_request_time"><var>$request_time</var></tag-name>
 <tag-desc>
-время обработки запроса в секундах с точностью до миллисекунд (1.3.9);
+время обработки запроса в секундах с точностью до миллисекунд
+(1.3.9, 1.2.6);
 время, прошедшее с момента чтения первых байт от клиента
 </tag-desc>
 
--- a/xml/ru/docs/http/ngx_http_log_module.xml	Mon Dec 10 10:45:23 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_log_module.xml	Tue Dec 11 07:59:40 2012 +0000
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_log_module"
         link="/ru/docs/http/ngx_http_log_module.html"
         lang="ru"
-        rev="5">
+        rev="6">
 
 <section id="summary">
 
@@ -168,7 +168,7 @@
 <tag-desc>
 время в секундах с точностью до миллисекунд на момент записи в лог
 <note>
-Начиная с версии 1.3.9 существует общая переменная с
+Начиная с версий 1.3.9 и 1.2.6 существует общая переменная с
 <link doc="ngx_http_core_module.xml" id="var_msec">тем же именем</link>.
 </note>
 </tag-desc>
@@ -189,7 +189,7 @@
 время, прошедшее с момента чтения первых байт от клиента до
 момента записи в лог после отправки последних байт клиенту
 <note>
-Начиная с версии 1.3.9 существует общая переменная с
+Начиная с версий 1.3.9 и 1.2.6 существует общая переменная с
 <link doc="ngx_http_core_module.xml" id="var_request_time">тем же именем</link>.
 </note>
 </tag-desc>