summaryrefslogtreecommitdiffstats
path: root/contrib/top
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-07-18 21:08:14 +0000
committerjhb <jhb@FreeBSD.org>2011-07-18 21:08:14 +0000
commitb1d0d78c9992104334a7be8a336e5ee2460b18e5 (patch)
tree57e8f4960599d3ffcb90826f6b55555e6c03dd34 /contrib/top
parentb0d942176156dee18dd1b4267ad1577b8b4a7f59 (diff)
downloadFreeBSD-src-b1d0d78c9992104334a7be8a336e5ee2460b18e5.zip
FreeBSD-src-b1d0d78c9992104334a7be8a336e5ee2460b18e5.tar.gz
Tweak the interactive description of CPU vs WCPU.
PR: bin/158819 Submitted by: arundel Approved by: re (kib)
Diffstat (limited to 'contrib/top')
-rw-r--r--contrib/top/top.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/top/top.c b/contrib/top/top.c
index 4e4d86d..1a017a3 100644
--- a/contrib/top/top.c
+++ b/contrib/top/top.c
@@ -1029,8 +1029,8 @@ restart:
case CMD_wcputog:
ps.wcpu = !ps.wcpu;
new_message(MT_standout | MT_delayed,
- " Displaying %sCPU",
- ps.wcpu ? "W" : "");
+ " Displaying %s CPU",
+ ps.wcpu ? "weighted" : "raw");
header_text = format_header(uname_field);
reset_display();
putchar('\r');
OpenPOWER on IntegriCloud