Remove extraneous characters

Noticed by:     markj
Reviewed by:    allanjude
This commit is contained in:
Craig Rodrigues 2015-12-23 07:28:48 +00:00
parent 4e8617b60f
commit 77624aed80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292646

View File

@ -886,9 +886,9 @@ printhdr(int maxid, u_long cpumask)
num_shown = (num_selected < maxshowdevs) ? num_selected : maxshowdevs;
if (hflag) {
xo_emit("{T:procs} {T:memory} ${T:/page%*s}", 19, "");
xo_emit("{T:procs} {T:memory} {T:/page%*s}", 19, "");
} else {
xo_emit("{T:procs} {T:memory} ${T:/page%*s}", 19, "");
xo_emit("{T:procs} {T:memory} {T:/page%*s}", 19, "");
}
if (num_shown > 1)
xo_emit(" {T:/disks %*s}", num_shown * 4 - 7, "");