From 99545301cb16315389f9997c664e8fec7edd1f61 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 13 Jan 1998 01:21:19 +0000 Subject: Use .Fn for sysconf(_SC_CLOCK_TCK) reference. Added $Id$. --- lib/libc/sys/getrusage.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc') 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 -- cgit v1.1