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 Schouten 2011-10-01 09:16:07 +00:00
parent 13a2f4943a
commit 05806a06c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=225893

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