From 72bbde85beaaa8277c69d5885507ef4fe16b63a4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 15 Apr 2012 07:12:06 +1200 Subject: [PATCH] epoll_wait.2: Clarify that epoll_pwait() blocks calling *thread* Signed-off-by: Michael Kerrisk --- man2/epoll_wait.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2 index 5a6d9f7b3..a588ba900 100644 --- a/man2/epoll_wait.2 +++ b/man2/epoll_wait.2 @@ -51,7 +51,7 @@ The .I maxevents argument must be greater than zero. -The call waits for a maximum time of +The call blocks the calling thread for a maximum time of .I timeout milliseconds. Specifying a