clock_getres.2: Clarify that CLOCK_MONOTONIC is system-wide

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-04 07:03:53 +02:00
parent 9d69bebbd6
commit a04e44bd3a
1 changed files with 2 additions and 1 deletions

View File

@ -160,7 +160,8 @@ does.
The acronym TAI refers to International Atomic Time.
.TP
.B CLOCK_MONOTONIC
A nonsettable clock that represents monotonic time since\(emas described
A nonsettable system-wide clock that
represents monotonic time since\(emas described
by POSIX\(em"some unspecified point in the past".
On Linux, that point corresponds to the number of seconds that the system
has been running since it was booted.