[BACK]Return to vmstat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / vmstat

Diff for /src/usr.bin/vmstat/vmstat.c between version 1.107 and 1.108

version 1.107, 2007/12/15 03:43:41 version 1.108, 2007/12/30 13:29:52
Line 442 
Line 442 
 {  {
         int i;          int i;
   
         (void)printf(" procs  memory         page%*s", 20, "");          (void)printf(" procs    memory       page%*s", 20, "");
         if (ndrives > 0)          if (ndrives > 0)
                 (void)printf("%s %*straps          cpu\n",                  (void)printf("%s %*straps          cpu\n",
                    ((ndrives > 1) ? "disks" : "disk"),                     ((ndrives > 1) ? "disks" : "disk"),

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108