From owner-cvs-all Sun Mar 21 19:44:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ACAA1151A0; Sun, 21 Mar 1999 19:44:20 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA49191; Sun, 21 Mar 1999 19:44:02 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <199903220344.TAA49191@freefall.freebsd.org> From: Bruce Evans Date: Sun, 21 Mar 1999 19:44:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat vmstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/03/21 19:44:02 PST Modified files: usr.bin/systat vmstat.c Log: Display floats with format %*.0f instead of as "*****" if there is enough space for this but not enough space for the normal %*.*f format. Similarly for long doubles. Revision Changes Path 1.35 +5 -1 src/usr.bin/systat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message