diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-01-27 05:13:17 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-01-27 05:13:17 +0000 |
| commit | 8ad8dc79dba844e14a32083a3562ff18226e2cbc (patch) | |
| tree | 9e1d3013d1c2926ce69b78d08f11097ffd74490a /lib/libc | |
| parent | 7af6e2944b8a17e5138648f8bf541f7f1d96106b (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/listen.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/listen.2 b/lib/libc/sys/listen.2 index a9b503faa001..80b44dda118a 100644 --- a/lib/libc/sys/listen.2 +++ b/lib/libc/sys/listen.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)listen.2 8.2 (Berkeley) 12/11/93 -.\" $Id: listen.2,v 1.9 1997/02/22 15:03:59 peter Exp $ +.\" $Id: listen.2,v 1.10 1997/04/11 18:47:06 bde Exp $ .\" .Dd November 3, 1995 .Dt LISTEN 2 @@ -74,15 +74,15 @@ the request may be ignored so that retries may succeed. 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 |
