From fae9d5166b05adb387f7ba91b99498b29b02792f Mon Sep 17 00:00:00 2001 From: alfred Date: Mon, 12 Jul 2004 15:22:44 +0000 Subject: document the 'I' and 't' commands in the help screen in top(1). Submitted by: Alex Vasylenko lxv omut.org --- contrib/top/commands.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/top/commands.c b/contrib/top/commands.c index 4df6046..e594825 100644 --- a/contrib/top/commands.c +++ b/contrib/top/commands.c @@ -70,10 +70,10 @@ sophisticated enough to handle those commands gracefully.\n\n", stdout); fputs("\ d - change number of displays to show\n\ e - list errors generated by last \"kill\" or \"renice\" command\n\ -i - toggle the displaying of idle processes\n\ +i or I - toggle the displaying of idle processes\n\ H - toggle the displaying of threads\n\ -I - same as 'i'\n\ k - kill processes; send a signal to a list of processes\n\ +m - toggle the display between 'cpu' and 'io' modes\n\ n or # - change number of processes to display\n", stdout); #ifdef ORDER if (displaymode == DISP_CPU) @@ -87,6 +87,7 @@ o - specify sort order (read, write, fault, total)\n", stdout); r - renice a process\n\ s - change number of seconds to delay between updates\n\ S - toggle the displaying of system processes\n\ +t - toggle the display of this process\n\ u - display processes for only one user (+ selects all users)\n\ \n\ \n", stdout); -- cgit v1.1