From aeaf667ec39d112a30f9f1799870b0070959f782 Mon Sep 17 00:00:00 2001 From: Philip Adams Date: Fri, 26 Jun 2020 00:46:34 -0400 Subject: [PATCH] tcp.7: tfix Signed-off-by: Michael Kerrisk --- man2/poll.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/poll.2 b/man2/poll.2 index 73a206e75..940c51da5 100644 --- a/man2/poll.2 +++ b/man2/poll.2 @@ -183,7 +183,7 @@ file has been modified (see .RE .TP .B POLLOUT -Writing is now possible, though a write larger that the available space +Writing is now possible, though a write larger than the available space in a socket or pipe will still block (unless .B O_NONBLOCK is set).