diff xml/en/docs/http/ngx_http_core_module.xml @ 240:472e88bf177e

Slightly better wording for the "bind" parameter of the "listen" directive.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Dec 2011 20:28:47 +0000
parents 48a5c2083270
children 664b6b874da2
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
@@ -1076,9 +1076,9 @@ using the <c-def>TCP_DEFER_ACCEPT</c-def
 <parameter>bind</parameter>
 </tag-name>
 <tag-desc>
-specifies to make a separate <c-func>bind</c-func> call for a given
+instructs to make a separate <c-func>bind</c-func> call for a given
 <argument>address</argument>:<argument>port</argument> pair.
-This is because nginx will only <c-func>bind</c-func> to
+This is because nginx will <c-func>bind</c-func> only to
 <code>*</code>:<argument>port</argument>
 if there are several <code>listen</code> directives with
 the same port but different addresses, and one of the