From aefdeea603d35a5c0653cbe6ebcf7d411d92f68d Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 23 Feb 2003 10:20:23 +0000 Subject: [PATCH] Mention CLOCK_MONOTONIC. --- lib/libc/sys/clock_gettime.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2 index db523285d3b..4c80f8f9ae6 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.