From 43e3c5518ba260d0413798036a506ca1b024c547 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 23 Dec 2018 18:01:19 +0100 Subject: [PATCH] select.2: wfix Signed-off-by: Michael Kerrisk --- man2/select.2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man2/select.2 b/man2/select.2 index 5f4ab3b28..1c83187ed 100644 --- a/man2/select.2 +++ b/man2/select.2 @@ -80,9 +80,10 @@ waiting until one or more of the file descriptors become "ready" for some class of I/O operation (e.g., input possible). A file descriptor is considered ready if it is possible to perform a corresponding I/O operation (e.g., -.BR read (2) -without blocking, or a sufficiently small -.BR write (2)). +.BR read (2), +or a sufficiently small +.BR write (2)) +without blocking. .PP .BR select () can monitor only file descriptors numbers that are less than