From ff5de6ecc4338f4b62c3459c99bd1a3a75ee2808 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 6 Apr 2020 10:20:32 +0200 Subject: [PATCH] timerfd_create.2: Refer reader to clock_getres(2) for further details on the clocks Signed-off-by: Michael Kerrisk --- man2/timerfd_create.2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index 98225dcad..b775e52ed 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -106,6 +106,10 @@ The caller must have the .B CAP_WAKE_ALARM capability in order to set a timer against this clock. .PP +See +.BR clock_getres (2) +for some further details on the above clocks. +.PP The current value of each of these clocks can be retrieved using .BR clock_gettime (2). .PP