Hi Mark, On Sun, Apr 25, 2010 at 10:42 PM, Mark Hills <mark@xxxxxxxxxxx> wrote: > See kernel commit 1f10206. Thanks. Applied for 3.25 Cheers, Michael > 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 6ffdce2..9fb38fb 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.7.1 > > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface" http://blog.man7.org/ -- 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