connect.2: ERRORS: improve EBADF description

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

View File

@ -175,7 +175,8 @@ The socket is nonblocking and a previous connection attempt has not yet
been completed.
.TP
.B EBADF
The file descriptor is not a valid index in the descriptor table.
.I sockfd
is not a valid open file descriptor.
.TP
.B ECONNREFUSED
No-one listening on the remote address.