From owner-svn-src-head@FreeBSD.ORG Sat Nov 13 12:29:03 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 600991065728; Sat, 13 Nov 2010 12:29:03 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id EC70A8FC1B; Sat, 13 Nov 2010 12:29:02 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 4D66AE7216; Sat, 13 Nov 2010 12:29:02 +0000 (GMT) Received: from unknown (client-82-26-212-122.pete.adsl.virginmedia.com [82.26.212.122]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Sat, 13 Nov 2010 12:29:00 +0000 (GMT) Date: Sat, 13 Nov 2010 12:28:50 +0000 From: Bruce Cran To: Sergey Kandaurov Message-ID: <20101113122850.00001748@unknown> In-Reply-To: References: <201011131143.oADBhKoL046158@svn.freebsd.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Bruce Cran Subject: Re: svn commit: r215239 - head/usr.bin/top X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 12:29:03 -0000 On Sat, 13 Nov 2010 14:56:32 +0300 Sergey Kandaurov wrote: > On 13 November 2010 14:43, Bruce Cran wrote: > > Author: brucec > > Date: Sat Nov 13 11:43:20 2010 > > New Revision: 215239 > > URL: http://svn.freebsd.org/changeset/base/215239 > > > > Log: > > =A0Memory stats are reported in bytes, not pages. > > > > =A0PR: =A0 docs/151283 > > =A0Submitted by: Bas Smeelen > > =A0MFC after: 3 days > > >=20 > Hi. > The downside is that usually active/passive/inactive operations are > performed over > pages, not bytes, since a page is usually the minimum unit of memory > management. The sentences resulted after this change sound now weird > for me. I think the wording is better in that it's not so misleading, but could still be improved. --=20 Bruce Cran