Align the header with output.

MFC after:	3 days
This commit is contained in:
Mikolaj Golub 2012-07-24 19:40:12 +00:00
parent dae131adad
commit b18b53bad0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238753

View File

@ -50,7 +50,7 @@ procstat_vm(struct kinfo_proc *kipp)
ptrwidth = 2*sizeof(void *) + 2;
if (!hflag)
printf("%5s %*s %*s %3s %4s %4s %3s %3s %3s %-2s %-s\n",
printf("%5s %*s %*s %3s %4s %4s %3s %3s %4s %-2s %-s\n",
"PID", ptrwidth, "START", ptrwidth, "END", "PRT", "RES",
"PRES", "REF", "SHD", "FL", "TP", "PATH");