summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-09-04 10:20:30 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-09-04 10:39:34 +0200
commit2785cd6ceeefaaad2dbeee4237927a978b98314b (patch)
treec7cd136cc176f08f51cb196be6a9954a3e64cf1b
parent073f0240a4d1669d2271afc2d15de4ed6c6243a6 (diff)
epoll_wait.2: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/epoll_wait.22
1 files changed, 1 insertions, 1 deletions
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.