Correct column with for device numbers made in previous change.
The device number should be displayed using only five columns -- not eight.
This commit is contained in:
parent
373e645211
commit
91bf568cd6
@ -441,7 +441,7 @@ print_vnode_info(struct procstat *procstat, struct filestat *fst)
|
||||
}
|
||||
|
||||
if (nflg)
|
||||
printf(" %#8jx", (uintmax_t)vn.vn_fsid);
|
||||
printf(" %#5jx", (uintmax_t)vn.vn_fsid);
|
||||
else if (vn.vn_mntdir != NULL)
|
||||
(void)printf(" %-8s", vn.vn_mntdir);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user