From owner-cvs-all Mon Feb 15 06:15:34 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08839 for cvs-all-outgoing; Mon, 15 Feb 1999 06:15:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA08833; Mon, 15 Feb 1999 06:15:32 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA86693; Mon, 15 Feb 1999 06:15:31 -0800 (PST) (envelope-from bde@FreeBSD.org) Date: Mon, 15 Feb 1999 06:15:31 -0800 (PST) Message-Id: <199902151415.GAA86693@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/vmstat vmstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/02/15 06:15:29 PST Modified files: usr.bin/vmstat vmstat.c Log: Fixed bitrot in usage message and disordering of options in previous commit. I'm not sure why we have `mvstat -z'. `sysctl vm.zone' gives more information. OTOH, `sysctl vm.zone' shouldn't return ASCII data, and reporting of memory use should be integrated, at least as an option. Revision Changes Path 1.33 +7 -7 src/usr.bin/vmstat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message