changeset 1665:57b53a0818df

Slightly paraphrased aio_write description for better perception.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 23 Mar 2016 00:50:30 +0300
parents 1a05fd32dca8
children 08f48ecb13ba
files xml/en/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_core_module.xml
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -164,9 +164,10 @@ See also the <link id="sendfile"/> direc
 
 <para>
 If <link id="aio"/> is enabled, specifies whether it is used for writing files.
-Currently, works only when using
+Currently, this only works when using
 <literal>aio threads</literal>
-and is used for writing temporary files with data received from proxied servers.
+and is limited to writing temporary files
+with data received from proxied servers.
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_core_module.xml
+++ b/xml/ru/docs/http/ngx_http_core_module.xml
@@ -164,9 +164,9 @@ aio threads=pool$disk;
 
 <para>
 При включённом <link id="aio"/> разрешает его использование для записи файлов.
-В настоящий момент работает только при использовании
+В настоящий момент это работает только при использовании
 <literal>aio threads</literal>
-и используется при записи временных файлов с данными,
+и ограничено записью временных файлов с данными,
 полученными от проксируемых серверов.
 </para>