Make the "FD" column one character wider, so that "trace" can also align

properly.
This commit is contained in:
Pawel Jakub Dawidek 2013-08-18 10:44:37 +00:00
parent 0237ec97ff
commit f5ffdfc18b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254485

View File

@ -344,7 +344,7 @@ procstat_files(struct procstat *procstat, struct kinfo_proc *kipp)
else if (fst->fs_uflags & PS_FST_UFLAG_TRACE)
printf("trace ");
else
printf("%4d ", fst->fs_fd);
printf("%5d ", fst->fs_fd);
switch (fst->fs_type) {
case PS_FST_TYPE_VNODE: