From owner-cvs-all@FreeBSD.ORG Mon May 1 07:02:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6252F16A400; Mon, 1 May 2006 07:02:53 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3238043D46; Mon, 1 May 2006 07:02:53 +0000 (GMT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k4172qlR036684; Mon, 1 May 2006 07:02:52 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k4172qgW036683; Mon, 1 May 2006 07:02:52 GMT (envelope-from bde) Message-Id: <200605010702.k4172qgW036683@repoman.freebsd.org> From: Bruce Evans Date: Mon, 1 May 2006 07:02:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat systat.1 vmstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 07:02:53 -0000 bde 2006-05-01 07:02:52 UTC FreeBSD src repository Modified files: usr.bin/systat systat.1 vmstat.c Log: For the vmstat sub-display: vmstat.c: Move totfr to be under daefr and prcfr since it logically belongs there. Move all the count fields (wire, act, inact, cache and free) to near the bottom of the sub-display (after all the rate fields) to reduce competition with adjoining sub-displays. systat.1: Move things as above. Attempt to improve missing and poor wording in the description of the fields. The long sentence was hard to parse and didn't say anything about the different units. Increment .Dd. Revision Changes Path 1.51 +21 -12 src/usr.bin/systat/systat.1 1.80 +24 -24 src/usr.bin/systat/vmstat.c