Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2006 05:37:25 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/systat vmstat.c
Message-ID:  <200602140537.k1E5bPqM061796@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602140537.k1E5bPqM061796>