diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-04-12 06:07:34 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-04-12 06:07:34 +0000 |
commit | 077aa17a2a97163f004fa5c302ed9cd3beca27ce (patch) | |
tree | 5dd2d3babcf68471cc57a297c93590a289feada0 /bin/ps | |
parent | 7200ab5d40d844be49e9364bb1b12a79825463bf (diff) |
Add maxrss keyword for the ru_maxrss value...which ariane@ is making work
(missed commit pointed out by jmc@)
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/ps.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index c16a15e3b44..7356f797864 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.81 2012/01/07 05:38:12 guenther Exp $ +.\" $OpenBSD: ps.1,v 1.82 2012/04/12 06:07:33 guenther Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: January 7 2012 $ +.Dd $Mdocdate: April 12 2012 $ .Dt PS 1 .Os .Sh NAME @@ -282,6 +282,8 @@ format described in .Xr strftime 3 . .It Cm majflt Total page faults. +.It Cm maxrss +Maximum resident set size (in 1024 byte units). .It Cm minflt Total page reclaims. .It Cm msgrcv |