Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 1999 06:48:33 -0700 (PDT)
From:      molter@tin.it
To:        freebsd-gnats-submit@freebsd.org
Subject:   docs/11057: error in the man page for listen(2)
Message-ID:  <19990410134833.1D12615003@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         11057
>Category:       docs
>Synopsis:       error in the man page for listen(2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 10 06:50:02 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Marco Molteni
>Release:        3.1
>Organization:
>Environment:
FreeBSD nympha.ecomotor.it 3.1-RELEASE FreeBSD 3.1-RELEASE #0:
Thu Apr  1 15:17:49 CEST 1999
root@nympha.ecomotor.it:/usr/src/sys/compile/NYMPHA  i386

>Description:
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''.


>How-To-Repeat:
man listen ;-)
>Fix:
--- /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



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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