changeset 2697:a45ba3a1d999

Corrected description of js_var for stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 30 Mar 2021 15:39:14 +0100
parents f85798c1c70a
children 740531f9cc3e
files xml/en/docs/stream/ngx_stream_js_module.xml xml/ru/docs/stream/ngx_stream_js_module.xml
diffstat 2 files changed, 2 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/stream/ngx_stream_js_module.xml
+++ b/xml/en/docs/stream/ngx_stream_js_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_js_module"
         link="/en/docs/stream/ngx_stream_js_module.html"
         lang="en"
-        rev="26">
+        rev="27">
 
 <section id="summary">
 
@@ -294,9 +294,6 @@ Declares
 a <link doc="../njs/reference.xml" id="r_variables">writable</link>
 variable.
 The value can contain text, variables, and their combination.
-The variable is not overwritten after a redirect
-unlike variables created with the
-<link doc="ngx_stream_set_module.xml" id="set"/> directive.
 </para>
 
 </directive>
--- a/xml/ru/docs/stream/ngx_stream_js_module.xml
+++ b/xml/ru/docs/stream/ngx_stream_js_module.xml
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_js_module"
         link="/ru/docs/stream/ngx_stream_js_module.html"
         lang="ru"
-        rev="26">
+        rev="27">
 
 <section id="summary">
 
@@ -295,9 +295,6 @@ function address(s) {
 <link doc="../njs/reference.xml" id="r_variables">перезаписываемую</link>
 переменную.
 В качестве значения можно использовать текст, переменные и их комбинации.
-Переменная не перезаписывается после перенаправления,
-в отличие от переменных, созданных при помощи
-директивы <link doc="ngx_stream_set_module.xml" id="set"/>.
 </para>
 
 </directive>