summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-02-25 22:23:00 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-02-25 22:23:00 +0000
commitdb3a7ab702f5470de1c5ec61c91888910eab71bd (patch)
tree393e1b901b600593f352f3da61bec97f2e85a3e0 /lib/libc
parent460ae1a13fed9160fa292c088c921d5b5cd79e44 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/accept.22
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index d03db71035ff..12e886a14fab 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -189,6 +189,8 @@ user address space.
.It Bq Er EWOULDBLOCK
The socket is marked non-blocking and no connections
are present to be accepted.
+.It Bq Er ECONNABORTED
+The socket has been closed while on the list queue.
.El
.Sh SEE ALSO
.Xr bind 2 ,