]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
connect.2: ERRORS: improve EBADF description
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 1 Jan 2016 10:49:27 +0000 (11:49 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 1 Jan 2016 11:28:38 +0000 (12:28 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/connect.2

index 20f92fea76d7fef8df9ee20bf3d9b939d7649e8c..ebdb13fcdc92bf1c8ac36b29856ce5193eb5abad 100644 (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.