diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1998-01-13 01:21:19 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1998-01-13 01:21:19 +0000 |
| commit | e4a6f1ad1f9d23638735d2f259307ca3dd4e6ab6 (patch) | |
| tree | 4a4b33b3e443bd07ba530ebf85785adc231ca8d4 /lib/libc | |
| parent | 4d76195ef51411f3682a9f61ef4a2bb790e54638 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/getrusage.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/getrusage.2 b/lib/libc/sys/getrusage.2 index 0f92569c5b52..5cdea8c4bc01 100644 --- a/lib/libc/sys/getrusage.2 +++ b/lib/libc/sys/getrusage.2 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getrusage.2 8.1 (Berkeley) 6/4/93 +.\" $Id$ .\" .Dd June 4, 1993 .Dt GETRUSAGE 2 @@ -96,7 +97,8 @@ 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. +.Fn 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 |
