From owner-cvs-src@FreeBSD.ORG Thu Jul 28 09:45:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48CDE16A41F; Thu, 28 Jul 2005 09:45:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECF0443D4C; Thu, 28 Jul 2005 09:45:08 +0000 (GMT) (envelope-from rwatson@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 j6S9j8D3036313; Thu, 28 Jul 2005 09:45:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6S9j8Qx036312; Thu, 28 Jul 2005 09:45:08 GMT (envelope-from rwatson) Message-Id: <200507280945.j6S9j8Qx036312@repoman.freebsd.org> From: Robert Watson Date: Thu, 28 Jul 2005 09:45:08 +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/vmstat vmstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 09:45:09 -0000 rwatson 2005-07-28 09:45:08 UTC FreeBSD src repository Modified files: usr.bin/vmstat vmstat.c Log: Minor syntax tweaks: - Remove some extra blank lines. - Remove comments that don't contribute to understanding. - Remove additional blank lines in output added to maximize compatibility with older vmstat output, but that is actually somewhat gratuitous. Submitted by: bde MFC with: other vmstat libmemstat(3) changes Revision Changes Path 1.88 +0 -17 src/usr.bin/vmstat/vmstat.c