summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-07-30 17:32:49 +0000
committerbde <bde@FreeBSD.org>1996-07-30 17:32:49 +0000
commit23e54c57e9ea97257e731486db91fe1d71ce015a (patch)
treee78b0517438439d4b7b1def635aee7c153f6d29e /lib
parentde177677e2a5c669a96821c47889f18d00b7af7a (diff)
downloadFreeBSD-src-23e54c57e9ea97257e731486db91fe1d71ce015a.zip
FreeBSD-src-23e54c57e9ea97257e731486db91fe1d71ce015a.tar.gz
Document that the relevant clock ticks are for the statistics clock
and that the statistics clock has a frequency of sysconf(_SC_CLK_TCK).
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/getrusage.23
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/getrusage.2 b/lib/libc/sys/getrusage.2
index 6978353..1a80b9c 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
OpenPOWER on IntegriCloud