diff xml/en/docs/http/ngx_http_addition_module.xml @ 775:813b8349cdbe

Expanded the literal empty strings into words.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Nov 2012 13:45:26 +0000
parents c0daabbd8c21
children 95c3c3bbf1ce
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_addition_module.xml
+++ b/xml/en/docs/http/ngx_http_addition_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_addition_module"
         link="/en/docs/http/ngx_http_addition_module.html"
         lang="en"
-        rev="3">
+        rev="4">
 
 <section id="summary">
 
@@ -51,8 +51,8 @@ location / {
 <para>
 Adds a text returned as a result of processing a given subrequest,
 before the response body.
-The <literal>""</literal> parameter disables addition inherited from
-the previous configuration level.
+An empty string (<literal>""</literal>) as a parameter cancels addition
+inherited from the previous configuration level.
 </para>
 
 </directive>
@@ -68,8 +68,8 @@ the previous configuration level.
 <para>
 Adds a text returned as a result of processing a given subrequest,
 after the response body.
-The <literal>""</literal> parameter disables addition inherited from
-the previous configuration level.
+An empty string (<literal>""</literal>) as a parameter cancels addition
+inherited from the previous configuration level.
 </para>
 
 </directive>