changeset 1554:80aba0439f7d

Sub filter: documented variables support in strings to replace.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 18 Aug 2015 17:00:38 +0300
parents b039a03a17fb
children 2a79b38f640b
files xml/en/docs/http/ngx_http_sub_module.xml xml/ru/docs/http/ngx_http_sub_module.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_sub_module.xml
+++ b/xml/en/docs/http/ngx_http_sub_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_sub_module"
         link="/en/docs/http/ngx_http_sub_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -55,7 +55,7 @@ location / {
 <para>
 Sets a string to replace and a replacement string.
 The string to replace is matched ignoring the case.
-The replacement string can contain variables.
+The string to replace (1.9.4) and replacement string can contain variables.
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_sub_module.xml
+++ b/xml/ru/docs/http/ngx_http_sub_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_sub_module"
         link="/ru/docs/http/ngx_http_sub_module.html"
         lang="ru"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -55,7 +55,7 @@ location / {
 <para>
 Задаёт строку, которую нужно заменить, и строку замены.
 Заменяемая строка проверяется без учёта регистра.
-В строке замены можно использовать переменные.
+В заменяемой строке (1.9.4) и в строке замены можно использовать переменные.
 </para>
 
 </directive>