epoll_ctl.2: Minor wording improvements

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-06-22 12:36:53 +02:00
parent a16ce618a8
commit f6d844a916
1 changed files with 5 additions and 6 deletions

View File

@ -45,17 +45,16 @@ argument are:
Add Add
.I fd .I fd
to the interest list to the interest list
and associate the event and associate the settings specified in
.I event .I event
with the internal file linked to with the internal file linked to
.IR fd . .IR fd .
.TP .TP
.B EPOLL_CTL_MOD .B EPOLL_CTL_MOD
Change the event Change the settings associated with
.I event
associated with
.IR fd .IR fd
in the interest list. in the interest list to the new settings specified in
.IR event .
.TP .TP
.B EPOLL_CTL_DEL .B EPOLL_CTL_DEL
Remove (deregister) the target file descriptor Remove (deregister) the target file descriptor
@ -63,7 +62,7 @@ Remove (deregister) the target file descriptor
from the interest list. from the interest list.
The The
.I event .I event
is ignored and can be NULL (but see BUGS below). argument is ignored and can be NULL (but see BUGS below).
.PP .PP
The The
.I event .I event