accept.2: ERRORS: improve description for EBADF

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-01-01 11:43:52 +01:00
parent af4f61fa88
commit 3ad7769474
1 changed files with 2 additions and 1 deletions

View File

@ -223,7 +223,8 @@ and do not require these constants to have the same value,
so a portable application should check for both possibilities.
.TP
.B EBADF
The descriptor is invalid.
.I sockfd
is not an open file descriptor.
.TP
.B ECONNABORTED
A connection has been aborted.