aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-02-19 09:24:58 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-02-23 09:58:22 +0100
commit2fd2369549843fed3b6e1b6e3ecaf5703c22f96d (patch)
treedfbfd7d0bcfe85bf210f15866613fe1a45398673 /man7
parentee5d5d33c5aefb063897b1ff2b9be587dadc6ced (diff)
downloadman-pages-2fd2369549843fed3b6e1b6e3ecaf5703c22f96d.tar.gz
epoll.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/epoll.78
1 files changed, 2 insertions, 6 deletions
diff --git a/man7/epoll.7 b/man7/epoll.7
index 8530cc1584..6c61f9e159 100644
--- a/man7/epoll.7
+++ b/man7/epoll.7
@@ -161,19 +161,15 @@ The suggested way to use
as an edge-triggered
.RB ( EPOLLET )
interface is as follows:
-.RS
-.TP 4
-.B i
+.IP a) 3
with nonblocking file descriptors; and
-.TP
-.B ii
+.IP b)
by waiting for an event only after
.BR read (2)
or
.BR write (2)
return
.BR EAGAIN .
-.RE
.PP
By contrast, when used as a level-triggered interface
(the default, when