diff xml/en/docs/http/ngx_http_core_module.xml @ 659:77a3314c74a7

Avoid the uses of second person.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Aug 2012 09:23:40 +0000
parents eba81bfb6aaf
children c48c0936b4df
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Tue Aug 28 09:15:17 2012 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Tue Aug 28 09:23:40 2012 +0000
@@ -418,7 +418,8 @@
 
 <para>
 Defines a default MIME-type of a response.
-See also the <link id="types"/> directive.
+Mapping of file name extensions to MIME types can be set
+with the <link id="types"/> directive.
 </para>
 
 </directive>
@@ -1771,7 +1772,8 @@
 </para>
 
 <para>
-See also the <link id="server_name_in_redirect"/> directive.
+The use of a primary server name in redirects is controlled by
+the <link id="server_name_in_redirect"/> directive.
 </para>
 
 </directive>
@@ -2254,7 +2256,7 @@
 </para>
 
 <para>
-For more information, please refer to the
+Detailed description of server names is provided in a separate
 <link doc="server_names.xml"/> document.
 </para>
 
@@ -2278,7 +2280,8 @@
 </para>
 
 <para>
-See also the <link id="port_in_redirect"/> directive.
+The use of a port in redirects is controlled by
+the <link id="port_in_redirect"/> directive.
 </para>
 
 </directive>
@@ -2292,8 +2295,8 @@
 <para>
 Sets the bucket size for the server names hash tables.
 Default value depends on the size of the processor’s cache line.
-For more information, please refer to
-<link doc="../hash.xml">Setting Up Hashes</link>.
+Details of setting up hash tables are provided in a separate
+<link doc="../hash.xml">document</link>.
 </para>
 
 </directive>
@@ -2306,8 +2309,8 @@
 
 <para>
 Sets the maximum <value>size</value> of the server names hash tables.
-For more information, please refer to
-<link doc="../hash.xml">Setting Up Hashes</link>.
+Details of setting up hash tables are provided in a separate
+<link doc="../hash.xml">document</link>.
 </para>
 
 </directive>
@@ -2404,7 +2407,7 @@
 }
 </example>
 The last parameter can also point to a named location,
-see examples below.
+as shown in examples below.
 As of version 0.7.51, the last parameter can also be a
 <value>code</value>:
 <example>
@@ -2569,8 +2572,8 @@
 <para>
 Sets the bucket size for the types hash tables.
 Default value depends on the size of the processor’s cache line.
-For more information, please refer to
-<link doc="../hash.xml">Setting Up Hashes</link>.
+Details of setting up hash tables are provided in a separate
+<link doc="../hash.xml">document</link>.
 </para>
 
 </directive>
@@ -2585,8 +2588,8 @@
 
 <para>
 Sets the maximum <value>size</value> of the types hash tables.
-For more information, please refer to
-<link doc="../hash.xml">Setting Up Hashes</link>.
+Details of setting up hash tables are provided in a separate
+<link doc="../hash.xml">document</link>.
 </para>
 
 </directive>
@@ -2622,8 +2625,8 @@
 
 <para>
 Sets the bucket size for the variables hash table.
-For more information, please refer to
-<link doc="../hash.xml">Setting Up Hashes</link>.
+Details of setting up hash tables are provided in a separate
+<link doc="../hash.xml">document</link>.
 </para>
 
 </directive>
@@ -2636,8 +2639,8 @@
 
 <para>
 Sets the maximum <value>size</value> of the variables hash table.
-For more information, please refer to
-<link doc="../hash.xml">Setting Up Hashes</link>.
+Details of setting up hash tables are provided in a separate
+<link doc="../hash.xml">document</link>.
 </para>
 
 </directive>