.Fa "struct rusage *r_usage"
.Fc
.Sh DESCRIPTION
-.Fn Getrusage
+.Fn getrusage
returns information describing the resources utilized by the current
process, or all its terminated child processes.
The
struct rusage {
struct timeval ru_utime; /* user time used */
struct timeval ru_stime; /* system time used */
- long ru_maxrss; /* integral max resident set size */
+ long ru_maxrss; /* max resident set size */
long ru_ixrss; /* integral shared text memory size */
long ru_idrss; /* integral unshared data size */
long ru_isrss; /* integral unshared stack size */
the total amount of time spent in the system executing on behalf
of the process(es).
.It Fa ru_maxrss
-the maximum resident set size utilized (in kilobytes).
+the maximum resident set size utilized (in bytes).
.It Fa ru_ixrss
an \*(lqintegral\*(rq value indicating the amount of memory used
by the text segment