aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-30 16:11:48 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-30 16:11:48 +0000
commit35f0f2f954cacee49cad0f247af1034651da5eea (patch)
treed957184a7e59c909bb19d9762f1fa07a9132c518
parent3996edf64235de17255aeb240fb2d2ae02316a6a (diff)
downloadman-pages-35f0f2f954cacee49cad0f247af1034651da5eea.tar.gz
wfix
-rw-r--r--man2/epoll_wait.26
1 files changed, 4 insertions, 2 deletions
diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2
index ca05e0c581..163b9e467a 100644
--- a/man2/epoll_wait.2
+++ b/man2/epoll_wait.2
@@ -31,12 +31,14 @@ epoll_wait, epoll_pwait \- wait for an I/O event on an epoll file descriptor
.sp
.BI "int epoll_wait(int " epfd ", struct epoll_event *" events ,
.BI " int " maxevents ", int " timeout );
-.BI "int epoll_wait(int " epfd ", struct epoll_event *" events ,
+.BI "int epoll_pwait(int " epfd ", struct epoll_event *" events ,
.BI " int " maxevents ", int " timeout ,
.BI " const sigset_t *" sigmask );
.fi
.SH DESCRIPTION
-Wait for events on the
+The
+.BR epoll_wait ()
+system call waits for events on the
.B epoll
file descriptor
.I epfd