changeset 1802:51e1c73cc027

Rephrased file descriptors in the "slice" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 29 Sep 2016 20:43:29 +0300
parents 592f9fa804f6
children 621d0c682113
files xml/en/docs/http/ngx_http_slice_module.xml xml/ru/docs/http/ngx_http_slice_module.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_slice_module.xml	Wed Sep 28 20:27:40 2016 +0300
+++ b/xml/en/docs/http/ngx_http_slice_module.xml	Thu Sep 29 20:43:29 2016 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_slice_module"
         link="/en/docs/http/ngx_http_slice_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -63,7 +63,7 @@
 Sets the <value>size</value> of the slice.
 The zero value disables splitting responses into slices.
 Note that a too low value may result in excessive memory usage
-and a large number of file descriptors.
+and opening a large number of files.
 </para>
 
 <para>
--- a/xml/ru/docs/http/ngx_http_slice_module.xml	Wed Sep 28 20:27:40 2016 +0300
+++ b/xml/ru/docs/http/ngx_http_slice_module.xml	Thu Sep 29 20:43:29 2016 +0300
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_http_slice_module"
         link="/ru/docs/http/ngx_http_slice_module.html"
         lang="ru"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -62,7 +62,7 @@
 Нулевое значение запрещает разбиение ответов на фрагменты.
 Обратите внимание, что слишком низкое значение может привести
 к излишнему потреблению памяти
-и открытию большого количества открытых файловых дескрипторов.
+и открытию большого количества файлов.
 </para>
 
 <para>