From 8b800d3af2d8cc8281e20382dbce9e266beab527 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sun, 11 Nov 2012 08:16:33 +0000 Subject: [PATCH] Add the PID column to the list of sort keys. --- usr.bin/top/machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 236cb5540f45..4284838b31a3 100644 --- a/usr.bin/top/machine.c +++ b/usr.bin/top/machine.c @@ -225,7 +225,7 @@ long percentages(); char *ordernames[] = { "cpu", "size", "res", "time", "pri", "threads", "total", "read", "write", "fault", "vcsw", "ivcsw", - "jid", NULL + "jid", "pid", NULL }; #endif