summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/accept.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/accept.2')
-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