Update the header printing to match the rest of the output.

Pointed out by: mdf
This commit is contained in:
George V. Neville-Neil 2014-07-26 20:42:54 +00:00
parent 0100ace8a9
commit 9971b08e4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269145

View File

@ -151,7 +151,7 @@ fi
OPT_timestr ? printf("%-20s ", "TIMESTR") : 1;
OPT_jailid ? printf("%5s ", "JAILID") : 1;
OPT_ppid ? printf("%6s ", "PPID") : 1;
printf("%5s %6s %-12s %1s %7s %s\n",
printf("%5s %6s %-12s %4s %1s %7s\n",
"UID", "PID", "CMD", "FD", "D", "BYTES");
}