summaryrefslogtreecommitdiffstats
path: root/contrib/top
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2004-07-12 15:22:44 +0000
committeralfred <alfred@FreeBSD.org>2004-07-12 15:22:44 +0000
commitfae9d5166b05adb387f7ba91b99498b29b02792f (patch)
tree6402152414ca994f267a788315ee0d60295da8c5 /contrib/top
parent2fbca9279f6bb1b62f2a750ba656ab4c5b86e44b (diff)
downloadFreeBSD-src-fae9d5166b05adb387f7ba91b99498b29b02792f.zip
FreeBSD-src-fae9d5166b05adb387f7ba91b99498b29b02792f.tar.gz
document the 'I' and 't' commands in the help screen in top(1).
Submitted by: Alex Vasylenko lxv omut.org
Diffstat (limited to 'contrib/top')
-rw-r--r--contrib/top/commands.c5
1 files 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);
OpenPOWER on IntegriCloud