mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
top(1): fix top -mio
This commit is contained in:
parent
68b2ec19e1
commit
3edda95c9d
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue