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 <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-02 10:49:26 +02:00
parent b24db7cb8a
commit 0e7984ff40
1 changed files with 3 additions and 0 deletions

View File

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