From ac90b58942107b929b28595fd21090398ea41a28 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 2 Apr 2020 10:08:06 +0200 Subject: [PATCH] clock_getres.2: tfix Signed-off-by: Michael Kerrisk --- man2/clock_getres.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/clock_getres.2 b/man2/clock_getres.2 index 799dfeed7..925d8a496 100644 --- a/man2/clock_getres.2 +++ b/man2/clock_getres.2 @@ -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 (),