changeset 1046:b81ad8234f90

Minor assorted fixes.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 16 Jan 2014 17:23:47 +0400
parents 908ef8900ce8
children 2dc22d8bde3c
files xml/en/docs/mail/ngx_mail_auth_http_module.xml xml/en/docs/mail/ngx_mail_core_module.xml xml/en/docs/mail/ngx_mail_proxy_module.xml xml/ru/docs/mail/ngx_mail_auth_http_module.xml xml/ru/docs/mail/ngx_mail_core_module.xml
diffstat 5 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/mail/ngx_mail_auth_http_module.xml	Tue Jan 14 17:03:35 2014 +0400
+++ b/xml/en/docs/mail/ngx_mail_auth_http_module.xml	Thu Jan 16 17:23:47 2014 +0400
@@ -101,12 +101,12 @@
 </para>
 
 <para>
-If there is no <header>Auth-Wait</header> header in a request,
+If there is no <header>Auth-Wait</header> header,
 an error will be returned and the connection will be closed.
 The current implementation allocates memory for each authentication attempt.
 The memory is freed only at the end of a session.
 Therefore, the number of invalid authentication attempts in a single session
-must be limited — the server must response without
+must be limited — the server must respond without
 the <header>Auth-Wait</header> header after 10-20 attempts
 (the attempt number is passed in the <header>Auth-Login-Attempt</header>
 header).
--- a/xml/en/docs/mail/ngx_mail_core_module.xml	Tue Jan 14 17:03:35 2014 +0400
+++ b/xml/en/docs/mail/ngx_mail_core_module.xml	Thu Jan 16 17:23:47 2014 +0400
@@ -176,7 +176,7 @@
 Unnecessary protocols can be disabled using the
 <link doc="../configure.xml">configuration</link>
 parameters <literal>--without-mail_imap_module</literal>,
-<literal>--without-mail_pop3_module</literal> and
+<literal>--without-mail_pop3_module</literal>, and
 <literal>--without-mail_smtp_module</literal>.
 </para>
 
--- a/xml/en/docs/mail/ngx_mail_proxy_module.xml	Tue Jan 14 17:03:35 2014 +0400
+++ b/xml/en/docs/mail/ngx_mail_proxy_module.xml	Thu Jan 16 17:23:47 2014 +0400
@@ -22,7 +22,7 @@
 <context>server</context>
 
 <para>
-Does not tested anywhere in the current version.
+Not tested anywhere in the current version.
 </para>
 
 </directive>
--- a/xml/ru/docs/mail/ngx_mail_auth_http_module.xml	Tue Jan 14 17:03:35 2014 +0400
+++ b/xml/ru/docs/mail/ngx_mail_auth_http_module.xml	Thu Jan 16 17:23:47 2014 +0400
@@ -111,7 +111,7 @@
 </para>
 
 <para>
-При использовании APOP или CRAM-MD5 запрос-ответ будут выглядеть так:
+При использовании APOP или CRAM-MD5 запрос и ответ будут выглядеть так:
 <example>
 GET /auth HTTP/1.0
 Host: localhost
--- a/xml/ru/docs/mail/ngx_mail_core_module.xml	Tue Jan 14 17:03:35 2014 +0400
+++ b/xml/ru/docs/mail/ngx_mail_core_module.xml	Thu Jan 16 17:23:47 2014 +0400
@@ -110,7 +110,7 @@
 <literal>listen</literal> слушает на всех адресах для данного порта
 (<literal>*:</literal><value>порт</value>), то nginx сделает
 <c-func>bind</c-func> только на <literal>*:</literal><value>порт</value>.
-Необходимо заметить, что в этом случае для определения адреса, на которой
+Необходимо заметить, что в этом случае для определения адреса, на который
 пришло соединение, делается системный вызов <c-func>getsockname</c-func>.
 </para>