]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
epoll_ctl.2: Minor tweaks to Neil Brown's patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 7 Jul 2014 06:02:27 +0000 (08:02 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 7 Jul 2014 07:07:11 +0000 (09:07 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/epoll_ctl.2

index 6388f19195f116d01aa98b4b21fedff17eaf8ef1..1db129d3b8329fba4b74a25e66244e28573eb3ba 100644 (file)
@@ -156,24 +156,24 @@ with
 to rearm the file descriptor with a new event mask.
 .TP
 .BR EPOLLWAKEUP " (since Linux 3.5)"
+.\" commit 4d7e30d98939a0340022ccd49325a3d70f7e0238
 If
 .B EPOLLONESHOT
 and
 .B EPOLLET
 are clear and the process has the
 .B CAP_BLOCK_SUSPEND
-.BR capability (7),
+capability,
 ensure that the system does not enter "suspend" or
 "hibernate" while this event is pending or being processed.
-The event is considered as being "processed" from when it returned by
-a call to
+The event is considered as being "processed" from the time
+when it is returned by a call to
 .BR epoll_wait (2)
 until the next call to
 .BR epoll_wait (2)
 on the same
 .BR epoll (7)
 file descriptor.
-.\" commit 4d7e30d98939a0340022ccd49325a3d70f7e0238
 .SH RETURN VALUE
 When successful,
 .BR epoll_ctl ()