summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkn <kn@cvs.openbsd.org>2019-10-27 13:52:27 +0000
committerkn <kn@cvs.openbsd.org>2019-10-27 13:52:27 +0000
commit832105d237d83d3a4d268e37a19a17c1c990f175 (patch)
tree00cede7547bce69a7658ea3678fc5d5d3d9c9858
parent5a354126d34df02823d4b597e0d52182590b2dc9 (diff)
+ resets P as well
The manual has it, complete the help screen. OK millert
-rw-r--r--usr.bin/top/display.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/display.c b/usr.bin/top/display.c
index eabae12008c..ff02198638e 100644
--- a/usr.bin/top/display.c
+++ b/usr.bin/top/display.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: display.c,v 1.60 2019/10/08 07:26:59 kn Exp $ */
+/* $OpenBSD: display.c,v 1.61 2019/10/27 13:52:26 kn Exp $ */
/*
* Top users/processes display for Unix
@@ -803,7 +803,7 @@ show_help(void)
"\n"
"^L - redraw screen\n"
"<space> - update screen\n"
- "+ - reset any g, p, or u filters\n"
+ "+ - reset any P highlight, g, p, or u filters\n"
"1 - display CPU statistics on a single line\n"
"C - toggle the display of command line arguments\n"
"d count - show `count' displays, then exit\n"