From b42dda4bbc04e973bc1d18f8ca66aaecd5f3c372 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 2 May 2014 23:47:14 +0000 Subject: [PATCH] - Add J command to help. MFC after: 2 weeks X-MFC-with: r265249 --- contrib/top/commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/top/commands.c b/contrib/top/commands.c index 4d987baac07..707366d8aa4 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);