Author: rodrigc
Date: Wed Dec 23 07:28:48 2015
New Revision: 292646
URL: https://svnweb.freebsd.org/changeset/base/292646

Log:
  Remove extraneous characters
  
  Noticed by:     markj
  Reviewed by:    allanjude

Modified:
  head/usr.bin/vmstat/vmstat.c

Modified: head/usr.bin/vmstat/vmstat.c
==============================================================================
--- head/usr.bin/vmstat/vmstat.c        Wed Dec 23 06:49:28 2015        
(r292645)
+++ head/usr.bin/vmstat/vmstat.c        Wed Dec 23 07:28:48 2015        
(r292646)
@@ -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, ""); 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to