Grammar fixes to r241781.

Submitted by:	alc
This commit is contained in:
Andre Oppermann 2012-10-20 19:38:22 +00:00
parent a807918c78
commit dc00208ec4
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ has been replaced with
.Va kern.ipc.soacceptqueue .Va kern.ipc.soacceptqueue
in in
.Fx 10.0 .Fx 10.0
to prevent confusion its actual functionality. to prevent confusion about its actual functionality.
The original The original
.Xr sysctl 3 .Xr sysctl 3
.Va kern.ipc.somaxconn .Va kern.ipc.somaxconn

View File

@ -186,7 +186,7 @@ MALLOC_DEFINE(M_PCB, "pcb", "protocol control block");
* Limit on the number of connections in the listen queue waiting * Limit on the number of connections in the listen queue waiting
* for accept(2). * for accept(2).
* NB: The orginal sysctl somaxconn is still available but hidden * NB: The orginal sysctl somaxconn is still available but hidden
* to prevent confusion about the actually purpose of this number. * to prevent confusion about the actual purpose of this number.
*/ */
static int somaxconn = SOMAXCONN; static int somaxconn = SOMAXCONN;