Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 1996 01:04:08 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-bin
Subject:   cvs commit:  src/bin/ps print.c
Message-ID:  <199606290804.BAA15746@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

peter       96/06/29 01:04:07

  Modified:    bin/ps    print.c
  Log:
  Fix (I think) the %MEM count in 'ps -u'.  It was bogusly taking the
  vm_rssize (in pages, not bytes), then dividing (bogusly) by the page size,
  then using that as a fraction of the total pages.
  
  Revision  Changes    Path
  1.14      +2 -2      src/bin/ps/print.c



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