Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2012 19:38:22 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r241789 - in head: lib/libc/sys sys/kern
Message-ID:  <201210201938.q9KJcMoG094830@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andre
Date: Sat Oct 20 19:38:22 2012
New Revision: 241789
URL: http://svn.freebsd.org/changeset/base/241789

Log:
  Grammar fixes to r241781.
  
  Submitted by:	alc

Modified:
  head/lib/libc/sys/listen.2
  head/sys/kern/uipc_socket.c

Modified: head/lib/libc/sys/listen.2
==============================================================================
--- head/lib/libc/sys/listen.2	Sat Oct 20 18:13:20 2012	(r241788)
+++ head/lib/libc/sys/listen.2	Sat Oct 20 19:38:22 2012	(r241789)
@@ -175,7 +175,7 @@ has been replaced with
 .Va kern.ipc.soacceptqueue
 in
 .Fx 10.0
-to prevent confusion its actual functionality.
+to prevent confusion about its actual functionality.
 The original
 .Xr sysctl 3
 .Va kern.ipc.somaxconn

Modified: head/sys/kern/uipc_socket.c
==============================================================================
--- head/sys/kern/uipc_socket.c	Sat Oct 20 18:13:20 2012	(r241788)
+++ head/sys/kern/uipc_socket.c	Sat Oct 20 19:38:22 2012	(r241789)
@@ -186,7 +186,7 @@ MALLOC_DEFINE(M_PCB, "pcb", "protocol co
  * Limit on the number of connections in the listen queue waiting
  * for accept(2).
  * 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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210201938.q9KJcMoG094830>