Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2000 08:20:02 -0800 (PST)
From:      John Capo <jc@irbs.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/16206: PATCH: vmstat column alignment, %ll not supported in -stable
Message-ID:  <200001191620.IAA01562@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/16206; it has been noted by GNATS.

From: John Capo <jc@irbs.com>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: bin/16206: PATCH: vmstat column alignment, %ll not supported in -stable
Date: Wed, 19 Jan 2000 11:17:52 -0500

 Quoting John Capo (jc@irbs.com):
 > +	(void)printf("Total        %10qu %8qu\n", inttotal,
 > +			inttotal / uptime);
 
 I should have made the Total field width larger, perhaps very large.
 
         (void)printf("Total%18qu %8qu\n", inttotal,
 
 A field width of 10 overflows on several of my machines.
 
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001191620.IAA01562>