From 7c7c0297c55825a547b2fcf5a2b2605bef3becac Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 23 Feb 2003 10:20:23 +0000 Subject: Mention CLOCK_MONOTONIC. --- lib/libc/sys/clock_gettime.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc') 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. -- cgit v1.1