summaryrefslogtreecommitdiff
path: root/usr.bin/top/commands.c
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2007-02-04 19:17:15 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2007-02-04 19:17:15 +0000
commitd86323c9a2ac58f90473bfa7c1143c1bd18df832 (patch)
tree58727f19280c8d9fc07f63f79324ec991debf26f /usr.bin/top/commands.c
parent3d970d8fa2cd0f98c5981105afbdbfe9e32ec31a (diff)
Introducing the '+' interactive command to reset all filters.
From Mark Lumsden. ok millert@ deraadt@ simon@
Diffstat (limited to 'usr.bin/top/commands.c')
-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 18154ed0d83..6ea9ba55f2d 100644
--- a/usr.bin/top/commands.c
+++ b/usr.bin/top/commands.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: commands.c,v 1.21 2007/01/05 09:46:12 otto Exp $ */
+/* $OpenBSD: commands.c,v 1.22 2007/02/04 19:17:14 otto Exp $ */
/*
* Top users/processes display for Unix
@@ -84,6 +84,7 @@ show_help(void)
"sophisticated enough to handle those commands gracefully.\n");
} else {
puts(
+ "+ - remove process filter(s)\n"
"C - toggle the display of the command line arguments\n"
"d - change number of displays to show\n"
"e - list errors generated by last \"kill\" or \"renice\" command\n"