diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-05-25 02:19:44 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-05-25 02:19:44 +0000 |
commit | bfa913705c70f086ba98e30fbf33f8aff2f231c3 (patch) | |
tree | 301b99db9de949f0c35ea7bc2ef6d6420d5a27b4 /usr.bin/top | |
parent | ececd6317a8fa166bd32179cad956eff77f4fb83 (diff) |
SIZE and RES are not always in kbytes
Diffstat (limited to 'usr.bin/top')
-rw-r--r-- | usr.bin/top/top.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index a6d15ef8bd1..b192428fe3d 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.27 2005/05/14 09:03:31 jmc Exp $ +.\" $OpenBSD: top.1,v 1.28 2005/05/25 02:19:43 jaredy Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -344,10 +344,8 @@ The current priority of the process. The nice amount (in the range \-20 to 20). .It SIZE The total size of the process (the text, data, and stack segments). -Given in kilobytes. .It RES The current amount of resident memory. -Given in kilobytes. .It STATE The current state (one of .Li start , |