diff options
| -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 |
