summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-02-25 23:56:41 +0000
committerolgeni <olgeni@FreeBSD.org>2001-02-25 23:56:41 +0000
commitce6c5988070c2027393517cf05a48674dfad01c2 (patch)
tree894caad2434b395a58be75d8f06595d22ff91b82 /lib/libc
parentef5b3005a97706b5ca7a09507128ebace11a2bc2 (diff)
downloadFreeBSD-src-ce6c5988070c2027393517cf05a48674dfad01c2.zip
FreeBSD-src-ce6c5988070c2027393517cf05a48674dfad01c2.tar.gz
Fix my ambiguous message about ECONNABORTED.
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/accept.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index 12e886a..8114472 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -190,7 +190,8 @@ user address space.
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.
+A connection arrived, but it was closed while waiting
+on the listen queue.
.El
.Sh SEE ALSO
.Xr bind 2 ,
OpenPOWER on IntegriCloud