From a68886ad5175cf5e86e9164741e2d1d22e2aee07 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sun, 25 Feb 2001 23:56:41 +0000 Subject: [PATCH] Fix my ambiguous message about ECONNABORTED. Submitted by: Ian Dowse --- lib/libc/sys/accept.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ,