From dc00208ec4fab80cfcdafdf9efb1ef85869ca7c6 Mon Sep 17 00:00:00 2001 From: Andre Oppermann Date: Sat, 20 Oct 2012 19:38:22 +0000 Subject: [PATCH] Grammar fixes to r241781. Submitted by: alc --- lib/libc/sys/listen.2 | 2 +- sys/kern/uipc_socket.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/listen.2 b/lib/libc/sys/listen.2 index e09d1ca7bef..ab22fd18e88 100644 --- a/lib/libc/sys/listen.2 +++ b/lib/libc/sys/listen.2 @@ -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 diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c index a964cf27d54..4087290f800 100644 --- a/sys/kern/uipc_socket.c +++ b/sys/kern/uipc_socket.c @@ -186,7 +186,7 @@ MALLOC_DEFINE(M_PCB, "pcb", "protocol control block"); * 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;