document the 'I' and 't' commands in the help screen in top(1).
Submitted by: Alex Vasylenko lxv omut.org
This commit is contained in:
parent
2fbca9279f
commit
fae9d5166b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user