clock_getres.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-02 10:08:06 +02:00
parent eb6567fb00
commit ac90b58942
1 changed files with 2 additions and 2 deletions

View File

@ -216,12 +216,12 @@ See
for further details.
.TP
.BR CLOCK_PROCESS_CPUTIME_ID " (since Linux 2.6.12)"
This is a clock that measure CPU time consumed by this process
This is a clock that measures CPU time consumed by this process
(i.e., CPU time consumed by all threads in the process).
On Linux, this clock is not settable.
.TP
.BR CLOCK_THREAD_CPUTIME_ID " (since Linux 2.6.12)"
This is a clock that measure CPU time consumed by this thread.
This is a clock that measures CPU time consumed by this thread.
On Linux, this clock is not settable.
.SH RETURN VALUE
.BR clock_gettime (),