diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-30 16:11:48 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-30 16:11:48 +0000 |
| commit | 35f0f2f954cacee49cad0f247af1034651da5eea (patch) | |
| tree | d957184a7e59c909bb19d9762f1fa07a9132c518 | |
| parent | 3996edf64235de17255aeb240fb2d2ae02316a6a (diff) | |
| download | man-pages-35f0f2f954cacee49cad0f247af1034651da5eea.tar.gz | |
wfix
| -rw-r--r-- | man2/epoll_wait.2 | 6 |
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 |
