diff xml/en/docs/http/ngx_http_core_module.xml @ 966:95c3c3bbf1ce

Text review.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Wed, 14 Aug 2013 12:03:41 +0400
parents fd1f8e0a405e
children 6316a7579448
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Wed Aug 14 17:21:19 2013 +0400
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Wed Aug 14 12:03:41 2013 +0400
@@ -317,7 +317,7 @@
 
 <para>
 Defines a timeout for reading client request body.
-The timeout is only set for a period between two successive read operations,
+The timeout is set only for a period between two successive read operations,
 not for the transmission of the whole request body.
 If a client does not transmit anything within this time, the
 <http-status code="408" text="Request Time-out"/>
@@ -411,7 +411,7 @@
 <context>location</context>
 
 <para>
-Defines the default MIME-type of a response.
+Defines the default MIME type of a response.
 Mapping of file name extensions to MIME types can be set
 with the <link id="types"/> directive.
 </para>
@@ -657,7 +657,7 @@
 <context>main</context>
 
 <para>
-Provides a configuration file context in which the HTTP server directives
+Provides the configuration file context in which the HTTP server directives
 are specified.
 </para>
 
@@ -949,7 +949,7 @@
 <para>
 Limits the rate of response transmission to a client.
 The <value>rate</value> is specified in bytes per second.
-The value 0 disables rate limiting.
+The zero value disables rate limiting.
 <!--
 The smaller the rate, the more accurate will be the limitation.
 -->
@@ -1137,8 +1137,8 @@
 <context>server</context>
 
 <para>
-Sets an <value>address</value> and a <value>port</value> for IP,
-or a <value>path</value> for a UNIX-domain socket on which
+Sets the <value>address</value> and <value>port</value> for IP,
+or the <value>path</value> for a UNIX-domain socket on which
 the server will accept requests.
 Both <value>address</value> and <value>port</value>,
 or only <value>address</value> or only <value>port</value> can be specified.
@@ -1285,8 +1285,8 @@
 <literal>listen</literal> directives listens on all addresses
 for the given port (<literal>*:</literal><value>port</value>), nginx
 will <c-func>bind</c-func> only to <literal>*:</literal><value>port</value>.
-It should be noted that in this case the address that accepted the
-connection is determined by a <c-func>getsockname</c-func> system call.
+It should be noted that the <c-func>getsockname</c-func> system call will be
+made in this case to determine the address that accepted the connection.
 If the <literal>backlog</literal>, <literal>rcvbuf</literal>,
 <literal>sndbuf</literal>, <literal>accept_filter</literal>,
 <literal>deferred</literal>, or <literal>so_keepalive</literal> parameters
@@ -2109,7 +2109,7 @@
 
 <para>
 Sets a timeout for transmitting a response to the client.
-A timeout is only set between two successive write operations,
+A timeout is set only between two successive write operations,
 not for the transmission of the whole response.
 If a client does not receive anything within this time,
 a connection is closed.
@@ -2353,7 +2353,7 @@
 <para>
 Sets the bucket size for the server names hash tables.
 The default value depends on the size of the processor’s cache line.
-Details of setting up hash tables are provided in a separate
+The details of setting up hash tables are provided in a separate
 <link doc="../hash.xml">document</link>.
 </para>
 
@@ -2367,7 +2367,7 @@
 
 <para>
 Sets the maximum <value>size</value> of the server names hash tables.
-Details of setting up hash tables are provided in a separate
+The details of setting up hash tables are provided in a separate
 <link doc="../hash.xml">document</link>.
 </para>
 
@@ -2630,7 +2630,7 @@
 <para>
 Sets the bucket size for the types hash tables.
 The default value depends on the size of the processor’s cache line.
-Details of setting up hash tables are provided in a separate
+The details of setting up hash tables are provided in a separate
 <link doc="../hash.xml">document</link>.
 </para>
 
@@ -2646,7 +2646,7 @@
 
 <para>
 Sets the maximum <value>size</value> of the types hash tables.
-Details of setting up hash tables are provided in a separate
+The details of setting up hash tables are provided in a separate
 <link doc="../hash.xml">document</link>.
 </para>
 
@@ -2684,7 +2684,7 @@
 
 <para>
 Sets the bucket size for the variables hash table.
-Details of setting up hash tables are provided in a separate
+The details of setting up hash tables are provided in a separate
 <link doc="../hash.xml">document</link>.
 </para>
 
@@ -2698,7 +2698,7 @@
 
 <para>
 Sets the maximum <value>size</value> of the variables hash table.
-Details of setting up hash tables are provided in a separate
+The details of setting up hash tables are provided in a separate
 <link doc="../hash.xml">document</link>.
 </para>