summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/accept.2
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-02-25 22:12:40 +0000
committerolgeni <olgeni@FreeBSD.org>2001-02-25 22:12:40 +0000
commit8fe3c798ae164171956f975c4fc34811409cf9ea (patch)
treeeec17125b41d7794006d4f84bad88e780e1af659 /lib/libc/sys/accept.2
parent2e1d246fb0c716c70e59834a90e5ae39acf0891a (diff)
downloadFreeBSD-src-8fe3c798ae164171956f975c4fc34811409cf9ea.zip
FreeBSD-src-8fe3c798ae164171956f975c4fc34811409cf9ea.tar.gz
Add ECONNABORTED to the ERRORS section.
Diffstat (limited to 'lib/libc/sys/accept.2')
-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 d03db71..12e886a 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 ,
OpenPOWER on IntegriCloud