From 94c14112fc8551345fc60a39376591121ac3679c Mon Sep 17 00:00:00 2001 From: pluknet Date: Fri, 12 Nov 2010 16:50:11 +0000 Subject: [PATCH] Add 'jid' as a possible sort order to the help screen. PR: bin/150992 Submitted by: Frederic Culot Approved by: avg (mentor) MFC after: 5 days --- contrib/top/commands.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/top/commands.c b/contrib/top/commands.c index 83f966d5e21b..47f4a2ea05fb 100644 --- a/contrib/top/commands.c +++ b/contrib/top/commands.c @@ -80,10 +80,12 @@ n or # - change number of processes to display\n", stdout); #ifdef ORDER if (displaymode == DISP_CPU) fputs("\ -o - specify sort order (pri, size, res, cpu, time, threads)\n", stdout); +o - specify sort order (pri, size, res, cpu, time, threads, jid)\n", + stdout); else fputs("\ -o - specify sort order (vcsw, ivcsw, read, write, fault, total)\n", stdout); +o - specify sort order (vcsw, ivcsw, read, write, fault, total, jid)\n", + stdout); #endif fputs("\ r - renice a process\n\