diff xml/en/docs/stream/ngx_stream_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/stream/ngx_stream_core_module.xml	Wed May 27 18:06:02 2015 +0300
+++ b/xml/en/docs/stream/ngx_stream_core_module.xml	Wed May 27 18:30:48 2015 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_stream_core_module"
         link="/en/docs/stream/ngx_stream_core_module.html"
         lang="en"
-        rev="4">
+        rev="5">
 
 <section id="summary">
 
@@ -145,7 +145,7 @@
 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