From owner-freebsd-net Thu Apr 8 2:33:27 1999 Delivered-To: freebsd-net@freebsd.org Received: from fep02-svc.tin.it (mta02-acc.tin.it [212.216.176.33]) by hub.freebsd.org (Postfix) with ESMTP id 0E54F15935 for ; Thu, 8 Apr 1999 02:33:19 -0700 (PDT) (envelope-from molter@tin.it) Received: from nympha.ecomotor.it ([212.216.21.74]) by fep02-svc.tin.it (InterMail v4.0 201-221-105) with SMTP id <19990408093114.BNMN21723.fep02-svc@nympha.ecomotor.it> for ; Thu, 8 Apr 1999 11:31:14 +0200 Received: (qmail 6260 invoked by uid 1000); 8 Apr 1999 09:30:28 -0000 From: "Marco Molteni" Date: Thu, 8 Apr 1999 11:30:28 +0200 (CEST) X-Sender: molter@localhost To: freebsd-net@freebsd.org Subject: typo in the man page for listen(2) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, while reading the man page for the listen system call on a FreeBSD 3.1-RELEASE box, I noticed (what I think is) a typo: it refers to a non existent sysctl variable ``kern.somaxconn'' while it should be ``kern.ipc.somaxconn''. Here is the patch against the man page; could someone commit it? Marco --- /usr/src/lib/libc/sys/listen.2 Fri Apr 11 20:47:06 1997 +++ listen.2 Thu Apr 8 11:17:47 1999 @@ -74,15 +74,15 @@ The .Xr sysctl 3 MIB variable -.Dq Li kern.somaxconn +.Dq Li kern.ipc.somaxconn specifies a hard limit on .Fa backlog ; if a value greater than -.Li kern.somaxconn +.Li kern.ipc.somaxconn or less than zero is specified, .Fa backlog is silently forced to -.Li kern.somaxconn . +.Li kern.ipc.somaxconn . .Sh IMPLEMENTATION NOTES .Pp In the non-threaded library To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message