aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/epoll_wait.23
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2
index 963790644d..48bb281345 100644
--- a/man2/epoll_wait.2
+++ b/man2/epoll_wait.2
@@ -55,6 +55,9 @@ The
argument specifies the number of milliseconds that
.BR epoll_wait ()
will block.
+Time is measured against the
+.B CLOCK_MONOTONIC
+clock.
The call will block until either:
.IP * 3
a file descriptor delivers an event;