summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2007-01-05 07:26:47 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2007-01-05 07:26:47 +0000
commit3ac589c619e6b8246f365cc1a999c833e274edf8 (patch)
treec158efed926259dd77f1c69738cc719048d10169 /usr.bin
parent4217a63abf32c3e24936f413349723a96aa250af (diff)
add new g command to interactive help; from Mark Lumsden
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/top/commands.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/top/commands.c b/usr.bin/top/commands.c
index b40fcdbe59b..66851ac88dc 100644
--- a/usr.bin/top/commands.c
+++ b/usr.bin/top/commands.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: commands.c,v 1.19 2005/12/04 23:10:06 tedu Exp $ */
+/* $OpenBSD: commands.c,v 1.20 2007/01/05 07:26:46 otto Exp $ */
/*
* Top users/processes display for Unix
@@ -87,6 +87,7 @@ show_help(void)
fputs(
"d - change number of displays to show\n"
"e - list errors generated by last \"kill\" or \"renice\" command\n"
+ "g - filter on command name (+ selects all commands)\n"
"i - toggle the displaying of idle processes\n"
"I - same as 'i'\n"
"k - kill processes; send a signal to a list of processes\n"