From 66ff54bd17e2001a64a66c0e86d9c8bb1eacf4be Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 30 Jul 1996 17:32:49 +0000 Subject: [PATCH] Document that the relevant clock ticks are for the statistics clock and that the statistics clock has a frequency of sysconf(_SC_CLK_TCK). --- lib/libc/sys/getrusage.2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libc/sys/getrusage.2 b/lib/libc/sys/getrusage.2 index 697835387f3e..1a80b9cf15c7 100644 --- a/lib/libc/sys/getrusage.2 +++ b/lib/libc/sys/getrusage.2 @@ -94,6 +94,9 @@ an \*(lqintegral\*(rq value indicating the amount of memory used by the text segment that was also shared among other processes. This value is expressed in units of kilobytes * ticks-of-execution. +Ticks are statistics clock ticks. +The statistics clock has a frequency of +sysconf(_SC_CLOCK_TCK) ticks per second. .It Fa ru_idrss an integral value of the amount of unshared memory residing in the data segment of a process (expressed in units of