From 1b564a4bbcd7ddc87cd265646acbbf8a3d792309 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 20 May 2017 20:35:00 +0200 Subject: [PATCH] epoll_wait.2: wfix Signed-off-by: Michael Kerrisk --- man2/epoll_wait.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2 index 15e9b0d3c..f588d2d05 100644 --- a/man2/epoll_wait.2 +++ b/man2/epoll_wait.2 @@ -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 ()