top(1): fix top -mio

This commit is contained in:
Eitan Adler 2018-06-19 23:30:55 +00:00
parent 68b2ec19e1
commit 3edda95c9d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335390

View File

@ -455,6 +455,7 @@ format_header(const char *uname_field)
case DISP_IO:
prehead = io_header;
snprintf(Header, sizeof(Header), prehead,
ps.thread_id ? " THR" : "PID",
jidlength, ps.jail ? " JID" : "",
namelength, namelength, uname_field);
break;