diff xml/en/docs/http/ngx_http_core_module.xml @ 741:082a725038db

Fixed default backlog value description for Mac OS X
author Sergey Budnevitch <sb@waeme.net>
date Tue, 23 Oct 2012 11:01:25 +0000
parents 0914bbb59fd2
children ddec437b692b
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Tue Oct 23 09:11:30 2012 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Tue Oct 23 11:01:25 2012 +0000
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="8">
+        rev="9">
 
 <section id="directives" name="Directives">
 
@@ -1219,7 +1219,7 @@
 sets the <literal>backlog</literal> parameter in the
 <c-func>listen</c-func> call that limits
 the maximum length for the queue of pending connections.
-By default, <literal>backlog</literal> is set to -1 on FreeBSD,
+By default, <literal>backlog</literal> is set to -1 on FreeBSD and Mac OS X,
 and to 511 on other platforms.
 </tag-desc>