diff options
author | zont <zont@FreeBSD.org> | 2012-09-18 12:25:14 +0000 |
---|---|---|
committer | zont <zont@FreeBSD.org> | 2012-09-18 12:25:14 +0000 |
commit | 4d6eea92c09173fb3f4e23e055193788d58212e6 (patch) | |
tree | 2c40f62f4c541ab7c963bffd6ff1fd54c3e0aedd /bin/ps/ps.1 | |
parent | 63628d08beb22621f214abb66146730d8cf5a37c (diff) | |
download | FreeBSD-src-4d6eea92c09173fb3f4e23e055193788d58212e6.zip FreeBSD-src-4d6eea92c09173fb3f4e23e055193788d58212e6.tar.gz |
- Add 'dsiz' and 'ssiz' keywords to show data and stack size respectively.
Approved by: kib (mentor)
MFC after: 1 week
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index d1627f6..3d37c84 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -500,6 +500,8 @@ command and arguments number of copy-on-write faults .It Cm cpu short-term CPU usage factor (for scheduling) +.It Cm dsiz +data size (in Kbytes) .It Cm emul system-call emulation environment .It Cm etime @@ -610,6 +612,8 @@ blocked signals (alias .Cm blocked ) .It Cm sl sleep time (in seconds; 127 = infinity) +.It Cm ssiz +stack size (in Kbytes) .It Cm start time started .It Cm state |