cvs commit: src/usr.bin/systat vmstat.c

Bruce Evans bde at FreeBSD.org
Mon Feb 13 21:37:25 PST 2006


bde         2006-02-14 05:37:25 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/systat       vmstat.c 
  Log:
  Fixed style bugs in rev.1.12.  Rev.1.12 arranged to display the interrupt
  number in more cases by stealing 2 characters from the count field to
  give more space in the descriptor field, but it did the column adjustments
  for this strangely using an off-by-2 error in the base column and
  compensating off-by-2 errors in 6 offsets from the base column (4 new
  errors and 2 from not changing the offsets that actually changed).
  
  Print the "Interrupts" header directly at its offset from the base column
  instead of spacing it half using the offset and half by printing a space
  character.
  
  Revision  Changes    Path
  1.61      +7 -7      src/usr.bin/systat/vmstat.c


More information about the cvs-all mailing list