diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-23 10:20:23 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-23 10:20:23 +0000 |
| commit | aefdeea603d35a5c0653cbe6ebcf7d411d92f68d (patch) | |
| tree | 8895eb147a666814ae24695599844a68055ebb25 /lib/libc | |
| parent | 8f5ef1a9fa39dfe04fc975d782e0cb62087c7cf0 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/clock_gettime.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2 index db523285d3b3..4c80f8f9ae6a 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. |
