changeset 2634:0722b485010c

Improved wording in the thread_pool directive description.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 08 Dec 2020 16:01:39 +0300
parents ffaf58e96708
children bf8e98fe085f
files xml/en/docs/ngx_core_module.xml xml/ru/docs/ngx_core_module.xml
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/ngx_core_module.xml
+++ b/xml/en/docs/ngx_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Core functionality"
         link="/en/docs/ngx_core_module.html"
         lang="en"
-        rev="26">
+        rev="27">
 
 <section id="example" name="Example Configuration">
 
@@ -436,7 +436,7 @@ Defines the name of the hardware SSL acc
 <appeared-in>1.7.11</appeared-in>
 
 <para>
-Defines named thread pools
+Defines the <value>name</value> and parameters of a thread pool
 used for multi-threaded reading and sending of files
 <link doc="http/ngx_http_core_module.xml" id="aio">without blocking</link>
 worker processes.
--- a/xml/ru/docs/ngx_core_module.xml
+++ b/xml/ru/docs/ngx_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Основная функциональность"
         link="/ru/docs/ngx_core_module.html"
         lang="ru"
-        rev="26">
+        rev="27">
 
 <section id="example" name="Пример конфигурации">
 
@@ -434,8 +434,8 @@ load_module modules/ngx_mail_module.so;
 <appeared-in>1.7.11</appeared-in>
 
 <para>
-Задаёт именованные пулы потоков,
-используемые для многопоточной обработки операций чтения и отправки файлов
+Задаёт <value>имя</value> и параметры пула потоков,
+используемого для многопоточной обработки операций чтения и отправки файлов
 <link doc="http/ngx_http_core_module.xml" id="aio">без блокирования</link>
 рабочего процесса.
 </para>