]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Add EINTR error
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 25 Jul 2005 11:22:58 +0000 (11:22 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 25 Jul 2005 11:22:58 +0000 (11:22 +0000)
See http://lkml.org/lkml/2005/7/12/254

man2/connect.2

index f8c861cc38897f4035e596922c864b7bffe1b46e..a1307f49ab38c1b0bc6e25be27b18aa2aa97c5fc 100644 (file)
@@ -192,6 +192,11 @@ is zero) or unsuccessfully
 is one of the usual error codes listed here, 
 explaining the reason for the failure).
 .TP
+.B EINTR
+The system call was interrupted by a signal that was caught.
+.\" For TCP, the connection will complete asynchronously.
+.\" See http://lkml.org/lkml/2005/7/12/254
+.TP
 .B EISCONN
 The socket is already connected.
 .TP