diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2014-09-17 02:10:28 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2014-09-17 02:10:28 +0000 |
commit | 71247b606c0a4f72700a763ac18dfe3ad51cfefe (patch) | |
tree | cf7865adcacd367b4a72024c810d121a35e1ac9b /usr.bin | |
parent | 92f2c8a29f0878f4a5ca9078d6a91ecfcd88516b (diff) |
be more explicit about what '1' toggles between
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/top/top.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index 4b1fdefc6ac..a3404bc796a 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.62 2014/09/08 01:27:55 schwarze Exp $ +.\" $OpenBSD: top.1,v 1.63 2014/09/17 02:10:27 dlg Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 8 2014 $ +.Dd $Mdocdate: September 17 2014 $ .Dt TOP 1 .Os .Sh NAME @@ -286,7 +286,7 @@ or any process highlighting put in place by the .Sq P interactive command. .It 1 -Toggle the display of CPU statistics. +Toggle the display of per CPU or combined CPU statistics. .It C Toggle the display of process command line arguments. .It d Ar count |