Use .Fn for sysconf(_SC_CLOCK_TCK) reference.
Added $Id$.
This commit is contained in:
parent
4d76195ef5
commit
e4a6f1ad1f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32488
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user