changeset 1868:c6b5826b64f7

Documented the "volatile" parameter of the "map" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 20 Dec 2016 22:53:03 +0300
parents e42f6c54ea5f
children e1d0b56c0310
files xml/en/docs/http/ngx_http_map_module.xml xml/en/docs/stream/ngx_stream_map_module.xml xml/ru/docs/http/ngx_http_map_module.xml xml/ru/docs/stream/ngx_stream_map_module.xml
diffstat 4 files changed, 28 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_map_module.xml	Tue Dec 20 16:05:31 2016 +0300
+++ b/xml/en/docs/http/ngx_http_map_module.xml	Tue Dec 20 22:53:03 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_map_module"
         link="/en/docs/http/ngx_http_map_module.html"
         lang="en"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -109,7 +109,7 @@
 </para>
 
 <para>
-The directive also supports three special parameters:
+The following special parameters are also supported:
 <list type="tag">
 <tag-name><literal>default</literal> <value>value</value></tag-name>
 <tag-desc>
@@ -144,6 +144,11 @@
 There can be several inclusions.
 </tag-desc>
 
+<tag-name id="volatile"><literal>volatile</literal></tag-name>
+<tag-desc>
+indicates that the variable is not cacheable (1.11.7).
+</tag-desc>
+
 </list>
 </para>
 
--- a/xml/en/docs/stream/ngx_stream_map_module.xml	Tue Dec 20 16:05:31 2016 +0300
+++ b/xml/en/docs/stream/ngx_stream_map_module.xml	Tue Dec 20 22:53:03 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_stream_map_module"
         link="/en/docs/stream/ngx_stream_map_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -95,7 +95,7 @@
 </para>
 
 <para>
-The directive also supports three special parameters:
+The following special parameters are also supported:
 <list type="tag">
 <tag-name><literal>default</literal> <value>value</value></tag-name>
 <tag-desc>
@@ -130,6 +130,11 @@
 There can be several inclusions.
 </tag-desc>
 
+<tag-name id="volatile"><literal>volatile</literal></tag-name>
+<tag-desc>
+indicates that the variable is not cacheable (1.11.7).
+</tag-desc>
+
 </list>
 </para>
 
--- a/xml/ru/docs/http/ngx_http_map_module.xml	Tue Dec 20 16:05:31 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_map_module.xml	Tue Dec 20 22:53:03 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_map_module"
         link="/ru/docs/http/ngx_http_map_module.html"
         lang="ru"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -110,7 +110,7 @@
 </para>
 
 <para>
-Директива также поддерживает три специальных параметра:
+Также поддерживаются следующие специальные параметры:
 <list type="tag">
 <tag-name><literal>default</literal> <value>значение</value></tag-name>
 <tag-desc>
@@ -146,6 +146,11 @@
 Включений может быть несколько.
 </tag-desc>
 
+<tag-name id="volatile"><literal>volatile</literal></tag-name>
+<tag-desc>
+указывает, что переменная не кэшируется (1.11.7).
+</tag-desc>
+
 </list>
 </para>
 
--- a/xml/ru/docs/stream/ngx_stream_map_module.xml	Tue Dec 20 16:05:31 2016 +0300
+++ b/xml/ru/docs/stream/ngx_stream_map_module.xml	Tue Dec 20 22:53:03 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_stream_map_module"
         link="/ru/docs/stream/ngx_stream_map_module.html"
         lang="ru"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -96,7 +96,7 @@
 </para>
 
 <para>
-Директива также поддерживает три специальных параметра:
+Также поддерживаются следующие специальные параметры:
 <list type="tag">
 <tag-name><literal>default</literal> <value>значение</value></tag-name>
 <tag-desc>
@@ -132,6 +132,11 @@
 Включений может быть несколько.
 </tag-desc>
 
+<tag-name id="volatile"><literal>volatile</literal></tag-name>
+<tag-desc>
+указывает, что переменная не кэшируется (1.11.7).
+</tag-desc>
+
 </list>
 </para>