timerfd_create.2: Refer reader to clock_getres(2) for further details on the clocks

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-06 10:20:32 +02:00
parent 96d8887df7
commit ff5de6ecc4
1 changed files with 4 additions and 0 deletions

View File

@ -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