]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/getrusage.2
xnu-4903.270.47.tar.gz
[apple/xnu.git] / bsd / man / man2 / getrusage.2
index d0657201764251a1bf74df11be46dbf12684dc16..6420975932c896cfc22c5f2c286cfca0ec2d5121 100644 (file)
@@ -50,7 +50,7 @@
 .Fa "struct rusage *r_usage"
 .Fc
 .Sh DESCRIPTION
 .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
 returns information describing the resources utilized by the current
 process, or all its terminated child processes.
 The
@@ -67,7 +67,7 @@ the following structure:
 struct rusage {
         struct timeval ru_utime; /* user time used */
         struct timeval ru_stime; /* system time used */
 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 */
         long ru_ixrss;           /* integral shared text memory size */
         long ru_idrss;           /* integral unshared data size */
         long ru_isrss;           /* integral unshared stack size */
@@ -92,7 +92,7 @@ the total amount of time spent executing in user mode.
 the total amount of time spent in the system executing on behalf
 of the process(es).
 .It Fa ru_maxrss
 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
 .It Fa ru_ixrss
 an \*(lqintegral\*(rq value indicating the amount of memory used
 by the text segment