epoll_wait.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-05-20 20:35:00 +02:00
parent f9ce70d255
commit 1b564a4bbc
1 changed files with 4 additions and 4 deletions

View File

@ -103,12 +103,12 @@ struct epoll_event {
The
.I data
of each returned structure will contain the same data the user set with an
field of each returned structure contains the same data the user set via
.BR epoll_ctl (2)
.RB ( EPOLL_CTL_ADD ", " EPOLL_CTL_MOD )
while the
.RB ( EPOLL_CTL_ADD ", " EPOLL_CTL_MOD ).
The
.I events
member will contain the returned event bit field.
field contains the returned event bit field.
.SS epoll_pwait()
The relationship between
.BR epoll_wait ()