aboutsummaryrefslogtreecommitdiffstats
path: root/man7/epoll.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/epoll.7')
-rw-r--r--man7/epoll.73
1 files changed, 2 insertions, 1 deletions
diff --git a/man7/epoll.7 b/man7/epoll.7
index 04ed90a9b8..098e071050 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