From 0e7984ff40b087cd929195745dca71596cecee75 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 2 Apr 2020 10:49:26 +0200 Subject: [PATCH] clock_nanosleep.2: clock_nanosleep() can also sleep against CLOCK_TAI Presumably since Linux 3.10, when CLOCK_TAI was added to the kernel. Signed-off-by: Michael Kerrisk --- man2/clock_nanosleep.2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man2/clock_nanosleep.2 b/man2/clock_nanosleep.2 index 9eabc26e9..0c47c9950 100644 --- a/man2/clock_nanosleep.2 +++ b/man2/clock_nanosleep.2 @@ -83,6 +83,9 @@ This argument can have one of the following values: .BR CLOCK_REALTIME A settable system-wide real-time clock. .TP +.BR CLOCK_TAI " (since Linux 3.10)" +A system-wide clock derived from wall-clock time but ignoring leap seconds. +.TP .BR CLOCK_MONOTONIC A nonsettable, monotonically increasing clock that measures time since some unspecified point in the past that does not change after