diff options
author | 2014-09-17 02:10:27 +0000 | |
---|---|---|
committer | 2014-09-17 02:10:27 +0000 | |
commit | 78d9e37894f5f6ec3eb8168f5bfb4c792973b0c9 (patch) | |
tree | bc4bb2fb96080aee438032fa11cf671589c43fcd | |
parent | if there are more than 8 cpus, default to combined cpu stats (like (diff) | |
download | wireguard-openbsd-78d9e37894f5f6ec3eb8168f5bfb4c792973b0c9.tar.xz wireguard-openbsd-78d9e37894f5f6ec3eb8168f5bfb4c792973b0c9.zip |
be more explicit about what '1' toggles between
-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 |