diff xml/en/docs/http/ngx_http_core_module.xml @ 1496:99ce48c8cce3

Corrected the "reuseport" description of the "listen" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 27 May 2015 18:30:48 +0300
parents 9faa78768252
children cd534da03d02
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
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="40">
+        rev="41">
 
 <section id="directives" name="Directives">
 
@@ -1374,7 +1374,7 @@ in effect for the socket.
 this parameter (1.9.1) instructs to create an individual listening socket
 for each worker process
 (using the <c-def>SO_REUSEPORT</c-def> socket option), allowing a kernel
-to distribute incoming connections between worker processes more effectively.
+to distribute incoming connections between worker processes.
 This currently works only on Linux and DragonFly BSD.
 <note>
 Inappropriate use of this option may have its security