changeset 1153:4e20e4f8f49b

Finished truncation of "memory buffers" to just "buffers". While here, fixed fallouts from 65bc9d1ec234.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 11 Apr 2014 11:11:51 +0400
parents a6e88e3718a7
children b0e56cc57867
files xml/en/docs/http/ngx_http_f4f_module.xml xml/en/docs/http/ngx_http_fastcgi_module.xml xml/en/docs/http/ngx_http_hls_module.xml xml/en/docs/http/ngx_http_mp4_module.xml xml/en/docs/http/ngx_http_proxy_module.xml xml/ru/docs/http/ngx_http_fastcgi_module.xml xml/ru/docs/http/ngx_http_proxy_module.xml
diffstat 7 files changed, 10 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_f4f_module.xml	Tue Apr 15 07:30:50 2014 +0000
+++ b/xml/en/docs/http/ngx_http_f4f_module.xml	Fri Apr 11 11:11:51 2014 +0400
@@ -78,8 +78,8 @@
 <context>location</context>
 
 <para>
-Sets the size of a memory buffer used for reading the <path>.f4x</path> index
-file.
+Sets the <value>size</value> of the buffer used for
+reading the <path>.f4x</path> index file.
 </para>
 
 </directive>
--- a/xml/en/docs/http/ngx_http_fastcgi_module.xml	Tue Apr 15 07:30:50 2014 +0000
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml	Fri Apr 11 11:11:51 2014 +0400
@@ -739,7 +739,7 @@
 
 <para>
 When <link id="fastcgi_buffering">buffering</link> of responses from the FastCGI
-server is enabled, and the whole response does not fit into the memory buffers
+server is enabled, and the whole response does not fit into the buffers
 set by the <link id="fastcgi_buffer_size"/> and <link id="fastcgi_buffers"/>
 directives, a part of the response can be saved to a temporary file.
 This directive sets the maximum <value>size</value> of the temporary file.
--- a/xml/en/docs/http/ngx_http_hls_module.xml	Tue Apr 15 07:30:50 2014 +0000
+++ b/xml/en/docs/http/ngx_http_hls_module.xml	Fri Apr 11 11:11:51 2014 +0400
@@ -217,8 +217,8 @@
 <context>location</context>
 
 <para>
-Sets the initial buffer <value>size</value> used to
-process MP4 files.
+Sets the initial <value>size</value> of the buffer used for
+processing MP4 files.
 </para>
 
 </directive>
--- a/xml/en/docs/http/ngx_http_mp4_module.xml	Tue Apr 15 07:30:50 2014 +0000
+++ b/xml/en/docs/http/ngx_http_mp4_module.xml	Fri Apr 11 11:11:51 2014 +0400
@@ -147,7 +147,8 @@
 <context>location</context>
 
 <para>
-Sets the initial buffer size used for processing MP4 files.
+Sets the initial <value>size</value> of the buffer used for
+processing MP4 files.
 </para>
 
 </directive>
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Tue Apr 15 07:30:50 2014 +0000
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Fri Apr 11 11:11:51 2014 +0400
@@ -860,7 +860,7 @@
 
 <para>
 When <link id="proxy_buffering">buffering</link> of responses from the proxied
-server is enabled, and the whole response does not fit into the memory buffers
+server is enabled, and the whole response does not fit into the buffers
 set by the <link id="proxy_buffer_size"/> and <link id="proxy_buffers"/>
 directives, a part of the response can be saved to a temporary file.
 This directive sets the maximum <value>size</value> of the temporary file.
--- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Tue Apr 15 07:30:50 2014 +0000
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml	Fri Apr 11 11:11:51 2014 +0400
@@ -736,7 +736,7 @@
 
 <para>
 Если включена <link id="fastcgi_buffering">буферизация</link> ответов
-FastCGI-сервера, и ответ не вмещается целиком в буферы памяти,
+FastCGI-сервера, и ответ не вмещается целиком в буферы,
 заданные директивами <link id="fastcgi_buffer_size"/> и
 <link id="fastcgi_buffers"/>, часть ответа может быть записана во временный файл.
 Эта директива задаёт максимальный <value>размер</value> временного файла.
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml	Tue Apr 15 07:30:50 2014 +0000
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml	Fri Apr 11 11:11:51 2014 +0400
@@ -856,7 +856,7 @@
 
 <para>
 Если включена <link id="proxy_buffering">буферизация</link> ответов
-проксируемого сервера, и ответ не вмещается целиком в буферы памяти,
+проксируемого сервера, и ответ не вмещается целиком в буферы,
 заданные директивами <link id="proxy_buffer_size"/> и
 <link id="proxy_buffers"/>, часть ответа может быть записана во временный файл.
 Эта директива задаёт максимальный <value>размер</value> временного файла.