diff options
Diffstat (limited to 'upstream/archlinux/man2/epoll_wait.2')
-rw-r--r-- | upstream/archlinux/man2/epoll_wait.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/archlinux/man2/epoll_wait.2 b/upstream/archlinux/man2/epoll_wait.2 index bfdad49c..05d9c728 100644 --- a/upstream/archlinux/man2/epoll_wait.2 +++ b/upstream/archlinux/man2/epoll_wait.2 @@ -6,7 +6,7 @@ .\" .\" 2007-04-30: mtk, Added description of epoll_pwait() .\" -.TH epoll_wait 2 2023-10-31 "Linux man-pages 6.06" +.TH epoll_wait 2 2024-05-02 "Linux man-pages 6.8" .SH NAME epoll_wait, epoll_pwait, epoll_pwait2 \- wait for an I/O event on an epoll file descriptor @@ -77,7 +77,7 @@ of \-1 causes .BR epoll_wait () to block indefinitely, while specifying a .I timeout -equal to zero cause +equal to zero causes .BR epoll_wait () to return immediately, even if no events are available. .P @@ -173,8 +173,8 @@ can block indefinitely. .SH RETURN VALUE On success, .BR epoll_wait () -returns the number of file descriptors ready for the requested I/O, or zero -if no file descriptor became ready during the requested +returns the number of file descriptors ready for the requested I/O operation, +or zero if no file descriptor became ready during the requested .I timeout milliseconds. On failure, |