Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 1999 11:30:28 +0200 (CEST)
From:      "Marco Molteni" <molter@tin.it>
To:        freebsd-net@freebsd.org
Subject:   typo in the man page for listen(2)
Message-ID:  <Pine.BSF.4.05.9904081122160.6237-100000@localhost>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9904081122160.6237-100000>