See kernel commit 1f10206. Signed-off-by: Mark Hills <mark@xxxxxxxxxxx> --- man2/getrusage.2 | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/man2/getrusage.2 b/man2/getrusage.2 index b5564fc..a35d0a3 100644 --- a/man2/getrusage.2 +++ b/man2/getrusage.2 @@ -100,7 +100,11 @@ 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). .TP -.IR ru_maxrss " (unmaintained)" +.IR ru_maxrss " (since Linux 2.6.32)" +the maximum resident set size used (in kilobytes). For +.B RUSAGE_CHILDREN +this is the resident set size of the largest child, not the maximum +resident set size of the process tree. .TP .IR ru_ixrss " (unmaintained)" .TP -- 1.6.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html