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:
ed 2011-10-01 09:16:07 +00:00
parent 373e645211
commit 91bf568cd6

View File

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