diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2015-12-23 07:28:48 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2015-12-23 07:28:48 +0000 |
| commit | 77624aed809627605caa5cd425ac5135ba7c06b2 (patch) | |
| tree | 9e8d3767566a4cbcc04d78ad9ce14c2a029cc835 /usr.bin/vmstat | |
| parent | 4e8617b60fae9ae7f961cdad579377bf5717939a (diff) | |
Notes
Diffstat (limited to 'usr.bin/vmstat')
| -rw-r--r-- | usr.bin/vmstat/vmstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 67b5c0c1293e..03f4f964ebc0 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -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, ""); |
