summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1998-01-13 01:21:19 +0000
committeralex <alex@FreeBSD.org>1998-01-13 01:21:19 +0000
commit99545301cb16315389f9997c664e8fec7edd1f61 (patch)
tree06d6ef07383aad55e2ea411a82805eafab6461c6 /lib/libc
parent17a6acacdd509a710211aff1889cf291a2a56f0c (diff)
downloadFreeBSD-src-99545301cb16315389f9997c664e8fec7edd1f61.zip
FreeBSD-src-99545301cb16315389f9997c664e8fec7edd1f61.tar.gz
Use .Fn for sysconf(_SC_CLOCK_TCK) reference.
Added $Id$.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/getrusage.24
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
OpenPOWER on IntegriCloud