diff options
author | 2012-04-12 06:07:33 +0000 | |
---|---|---|
committer | 2012-04-12 06:07:33 +0000 | |
commit | 51ebac778fcc0c8ef683b7a1df4049d6eb67a37b (patch) | |
tree | b5cf065d4a33acdb13455f62ff3901301fb37c08 | |
parent | Remove the conditional directives NO_MACRO and NO_STARTUP. (diff) | |
download | wireguard-openbsd-51ebac778fcc0c8ef683b7a1df4049d6eb67a37b.tar.xz wireguard-openbsd-51ebac778fcc0c8ef683b7a1df4049d6eb67a37b.zip |
Add maxrss keyword for the ru_maxrss value...which ariane@ is making work
(missed commit pointed out by jmc@)
-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 |