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.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" @(#)getrusage.2 8.1 (Berkeley) 6/4/93
|
.\" @(#)getrusage.2 8.1 (Berkeley) 6/4/93
|
||||||
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.Dd June 4, 1993
|
.Dd June 4, 1993
|
||||||
.Dt GETRUSAGE 2
|
.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.
|
in units of kilobytes * ticks-of-execution.
|
||||||
Ticks are statistics clock ticks.
|
Ticks are statistics clock ticks.
|
||||||
The statistics clock has a frequency of
|
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
|
.It Fa ru_idrss
|
||||||
an integral value of the amount of unshared memory residing in the
|
an integral value of the amount of unshared memory residing in the
|
||||||
data segment of a process (expressed in units of
|
data segment of a process (expressed in units of
|
||||||
|
Loading…
Reference in New Issue
Block a user