Add the PID column to the list of sort keys.

This commit is contained in:
Rui Paulo 2012-11-11 08:16:33 +00:00
parent 04cdca73d9
commit 8b800d3af2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242887

View File

@ -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