epoll.7: wfix: break a sentence up, for clarity

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-02-19 09:10:00 +01:00
parent 733192cba6
commit 0a26e2d352
1 changed files with 2 additions and 1 deletions

View File

@ -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