From 85bb10dfc9773cd0ea55b29e1011cdd70cf9b449 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Thu, 30 Aug 2018 13:04:19 +0200 Subject: [PATCH] connect.2: tfix Signed-off-by: Jakub Wilk Signed-off-by: Michael Kerrisk --- man2/connect.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/connect.2 b/man2/connect.2 index dc32667d0..62bf8afbc 100644 --- a/man2/connect.2 +++ b/man2/connect.2 @@ -190,7 +190,7 @@ 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 faile with +(UNIX domain sockets failed with .BR EAGAIN instead.) It is possible to -- 2.11.4.GIT