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