summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2013-04-22 09:18:50 +0000
committerpluknet <pluknet@FreeBSD.org>2013-04-22 09:18:50 +0000
commiteda2444ae00121752587bd2874453e58f3850012 (patch)
tree95202260d94322356a8933638a4edaf2cbc5925b
parent18dd370b59a239012678090de628e116ec066b44 (diff)
downloadFreeBSD-src-eda2444ae00121752587bd2874453e58f3850012.zip
FreeBSD-src-eda2444ae00121752587bd2874453e58f3850012.tar.gz
Keep up with negative addrlen check removal in r249649.
-rw-r--r--lib/libc/sys/accept.26
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index 978b948..d27bce3 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -28,7 +28,7 @@
.\" @(#)accept.2 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$
.\"
-.Dd March 26, 2013
+.Dd April 22, 2013
.Dt ACCEPT 2
.Os
.Sh NAME
@@ -164,10 +164,6 @@ The descriptor references a file, not a socket.
.It Bq Er EINVAL
.Xr listen 2
has not been called on the socket descriptor.
-.It Bq Er EINVAL
-The
-.Fa addrlen
-argument is negative.
.It Bq Er EFAULT
The
.Fa addr
OpenPOWER on IntegriCloud