From 2785cd6ceeefaaad2dbeee4237927a978b98314b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 4 Sep 2013 10:20:30 +0200 Subject: epoll_wait.2: ffix Signed-off-by: Michael Kerrisk --- man2/epoll_wait.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2 index 2560c0ed..986997fe 100644 --- a/man2/epoll_wait.2 +++ b/man2/epoll_wait.2 @@ -92,7 +92,7 @@ The .I data of each returned structure will contain the same data the user set with an .BR epoll_ctl (2) -.RB ( EPOLL_CTL_ADD , EPOLL_CTL_MOD ) +.RB ( EPOLL_CTL_ADD ", " EPOLL_CTL_MOD ) while the .I events member will contain the returned event bit field. -- cgit v1.2.3