Mention CLOCK_MONOTONIC.

This commit is contained in:
Poul-Henning Kamp 2003-02-23 10:20:23 +00:00
parent 8f5ef1a9fa
commit aefdeea603

View file

@ -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.