diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-05-02 23:47:14 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-05-02 23:47:14 +0000 |
commit | b42dda4bbc04e973bc1d18f8ca66aaecd5f3c372 (patch) | |
tree | 37c719fd556702db7b1b26e47042e69f73676961 /contrib/top/commands.c | |
parent | ee92dd81a53575b1dcb907c75777579c0aa27dbe (diff) |
- Add J command to help.
MFC after: 2 weeks
X-MFC-with: r265249
Notes
Notes:
svn path=/head/; revision=265251
Diffstat (limited to 'contrib/top/commands.c')
-rw-r--r-- | contrib/top/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/top/commands.c b/contrib/top/commands.c index 4d987baac071..707366d8aa48 100644 --- a/contrib/top/commands.c +++ b/contrib/top/commands.c @@ -74,6 +74,7 @@ e - list errors generated by last \"kill\" or \"renice\" command\n\ H - toggle the displaying of threads\n\ i or I - toggle the displaying of idle processes\n\ j - toggle the displaying of jail ID\n\ +J - display processes for only one jail (+ selects all jails)\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); |