summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-02-23 10:20:23 +0000
committerphk <phk@FreeBSD.org>2003-02-23 10:20:23 +0000
commit7c7c0297c55825a547b2fcf5a2b2605bef3becac (patch)
tree8895eb147a666814ae24695599844a68055ebb25 /lib/libc
parent4ddaec005db6c8979036cda04c988eb5d69d4cb3 (diff)
downloadFreeBSD-src-7c7c0297c55825a547b2fcf5a2b2605bef3becac.zip
FreeBSD-src-7c7c0297c55825a547b2fcf5a2b2605bef3becac.tar.gz
Mention CLOCK_MONOTONIC.
Diffstat (limited to 'lib/libc')
-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