diff options
author | alex <alex@FreeBSD.org> | 1998-01-13 01:21:19 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1998-01-13 01:21:19 +0000 |
commit | 99545301cb16315389f9997c664e8fec7edd1f61 (patch) | |
tree | 06d6ef07383aad55e2ea411a82805eafab6461c6 /lib | |
parent | 17a6acacdd509a710211aff1889cf291a2a56f0c (diff) | |
download | FreeBSD-src-99545301cb16315389f9997c664e8fec7edd1f61.zip FreeBSD-src-99545301cb16315389f9997c664e8fec7edd1f61.tar.gz |
Use .Fn for sysconf(_SC_CLOCK_TCK) reference.
Added $Id$.
Diffstat (limited to 'lib')
-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 0f92569..5cdea8c 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 |