diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/accept.2 | 2 |
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 , |