aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-02-25 23:56:41 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-02-25 23:56:41 +0000
commita68886ad5175cf5e86e9164741e2d1d22e2aee07 (patch)
tree76c6fa3a80b1a1614d2fbce4d9db07497672ed43 /lib
parent671468e7525cba63c083b0b5faab5c3985e184c4 (diff)
downloadsrc-a68886ad5175cf5e86e9164741e2d1d22e2aee07.tar.gz
src-a68886ad5175cf5e86e9164741e2d1d22e2aee07.zip
Fix my ambiguous message about ECONNABORTED.
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
Notes
Notes: svn path=/head/; revision=73054
Diffstat (limited to 'lib')
-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 12e886a14fab..8114472216b0 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 ,