From 8e798ccee24c9a2dddc207ddebe9ade384583f8c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 28 Jan 2015 10:37:06 +0100 Subject: [PATCH] epoll.7: wfix Signed-off-by: Michael Kerrisk --- man7/epoll.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/epoll.7 b/man7/epoll.7 index c4f0f482c..c7c4546e8 100644 --- a/man7/epoll.7 +++ b/man7/epoll.7 @@ -179,7 +179,7 @@ If the system is in mode via .I /sys/power/autosleep and an event happens which wakes the device from sleep, the device -driver will only keep the device awake until that event is queued. +driver will keep the device awake only until that event is queued. To keep the device awake until the event has been processed, it is necessary to use the .BR epoll (7)