aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/connect.28
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/connect.2 b/man2/connect.2
index 313f73adde..dc32667d0f 100644
--- a/man2/connect.2
+++ b/man2/connect.2
@@ -169,8 +169,8 @@ field.
.TP
.B EAGAIN
For nonblocking UNIX domain sockets, the socket is nonblocking, and the
-connection cannot be completed immediately. For other socket families, there are
-insufficient entries in the routing cache.
+connection cannot be completed immediately.
+For other socket families, there are insufficient entries in the routing cache.
.TP
.B EALREADY
The socket is nonblocking and a previous connection attempt has not yet
@@ -189,8 +189,8 @@ on a stream socket found no one listening on the remote address.
The socket structure address is outside the user's address space.
.TP
.B EINPROGRESS
-The socket is nonblocking and the connection cannot be completed
-immediately. (UNIX domain sockets return
+The socket is nonblocking and the connection cannot be completed immediately.
+(UNIX domain sockets faile with
.BR EAGAIN
instead.)
It is possible to