top(1): add command aliases; correct dumb support
This commit is contained in:
parent
e6d82632eb
commit
e0183b4208
@ -56,14 +56,17 @@ static const struct command all_commands[] =
|
||||
{'d', "change number of displays to show", false},
|
||||
{'e', "list errors generated by last \"kill\" or \"renice\" command", false},
|
||||
{'H', "toggle the displaying of threads", false},
|
||||
{'h', "show this help text", false},
|
||||
{'h', "show this help text", true},
|
||||
{'?', "show this help text", true},
|
||||
{'i', "toggle the displaying of idle processes", false},
|
||||
{'I', "toggle the displaying of idle processes", false},
|
||||
{'j', "toggle the displaying of jail ID", false},
|
||||
{'J', "display processes for only one jail (+ selects all jails)", false},
|
||||
{'k', "kill processes; send a signal to a list of processes", false},
|
||||
{'q', "quit" , false},
|
||||
{'q', "quit" , true},
|
||||
{'m', "toggle the display between 'cpu' and 'io' modes", false},
|
||||
{'n', "change number of processes to display", false},
|
||||
{'#', "change number of processes to display", false},
|
||||
{'o', "specify the sort order", false},
|
||||
{'p', "display one process (+ selects all processes)", false},
|
||||
{'P', "toggle the displaying of per-CPU statistics", false},
|
||||
|
Loading…
x
Reference in New Issue
Block a user