summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/clock_gettime.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2
index db52328..4c80f8f 100644
--- a/lib/libc/sys/clock_gettime.2
+++ b/lib/libc/sys/clock_gettime.2
@@ -63,8 +63,9 @@ which is specifed by
The
.Fa clock_id
argument
-can be one of three values: CLOCK_REALTIME for time that increments as
-a wall clock should, CLOCK_VIRTUAL for time that increments only when
+can be one of four values: CLOCK_REALTIME for time that increments as
+a wall clock should, CLOCK_MONOTONIC which increments in SI seconds,
+CLOCK_VIRTUAL for time that increments only when
the CPU is running in user mode on behalf of the calling process, or
CLOCK_PROF for time that increments when the CPU is running in user or
kernel mode.
OpenPOWER on IntegriCloud