diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-25 11:22:58 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-07-25 11:22:58 +0000 |
commit | 6ca594c529f0a71e1ed1918afe2160cafeca859e (patch) | |
tree | ba5c96a60a44d392b1e5e86f12de19c0b7767e86 /man2 | |
parent | 29de83af2a9ee5ffe1c82ca4439b0f5b538f77df (diff) |
Add EINTR error
See http://lkml.org/lkml/2005/7/12/254
Diffstat (limited to 'man2')
-rw-r--r-- | man2/connect.2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man2/connect.2 b/man2/connect.2 index f8c861cc..a1307f49 100644 --- a/man2/connect.2 +++ b/man2/connect.2 @@ -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 |