summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>1998-11-16 03:49:39 +0000
committernectar <nectar@FreeBSD.org>1998-11-16 03:49:39 +0000
commit67ec57bb0a9cf49be0c284be2f4235914818606e (patch)
tree28d204523353ef4a5db9a2794ac5bad19b5b6503
parentc6a31c492d4fd1a35a07a2f55c80581622de0a05 (diff)
downloadFreeBSD-src-67ec57bb0a9cf49be0c284be2f4235914818606e.zip
FreeBSD-src-67ec57bb0a9cf49be0c284be2f4235914818606e.tar.gz
Update to reflect reality.
PR: kern/8629
-rw-r--r--lib/libc/sys/accept.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index 8a14cc6..041ea5a 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)accept.2 8.2 (Berkeley) 12/11/93
-.\" $Id$
+.\" $Id: accept.2,v 1.5 1998/01/11 17:07:20 alex Exp $
.\"
.Dd December 11, 1993
.Dt ACCEPT 2
@@ -171,9 +171,9 @@ The per-process descriptor table is full.
The system file table is full.
.It Bq Er ENOTSOCK
The descriptor references a file, not a socket.
-.It Bq Er EOPNOTSUPP
-The referenced socket is not of type
-.Dv SOCK_STREAM .
+.It Bq Er EINVAL
+.Xr listen 2
+has not been called on the socket descriptor.
.It Bq Er EFAULT
The
.Fa addr
OpenPOWER on IntegriCloud