From 4eae8eb731386d81797d5c30365426722410874e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 13 May 2018 20:19:05 +0200 Subject: [PATCH] clock_getres.2: CLOCK_MONOTONIC_RAW does not count while the system is suspended Reported-by: Jens Thoms Toerring Signed-off-by: Michael Kerrisk --- man2/clock_getres.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/clock_getres.2 b/man2/clock_getres.2 index 9954643fb..9c13ea7dc 100644 --- a/man2/clock_getres.2 +++ b/man2/clock_getres.2 @@ -169,6 +169,7 @@ but provides access to a raw hardware-based time that is not subject to NTP adjustments or the incremental adjustments performed by .BR adjtime (3). +This clock does not count time that the system is suspended. .TP .BR CLOCK_BOOTTIME " (since Linux 2.6.39; Linux-specific)" .\" commit 7fdd7f89006dd5a4c702fa0ce0c272345fa44ae0