From 0a26e2d35206618573c1c7845ca1b22bb2641d0f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 19 Feb 2020 09:10:00 +0100 Subject: [PATCH] epoll.7: wfix: break a sentence up, for clarity Signed-off-by: Michael Kerrisk --- man7/epoll.7 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man7/epoll.7 b/man7/epoll.7 index 04ed90a9b..098e07105 100644 --- a/man7/epoll.7 +++ b/man7/epoll.7 @@ -54,7 +54,8 @@ The list: the set of file descriptors that are "ready" for I/O. The ready list is a subset of (or, more precisely, a set of references to) -the file descriptors in the interest list that is dynamically populated +the file descriptors in the interest list. +The ready list is dynamically populated by the kernel as a result of I/O activity on those file descriptors. .PP The following system calls are provided to