Date: Sat, 27 Mar 2004 11:40:14 -0800 (PST) From: Valentin Nechayev <netch@netch.kiev.ua> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/64811: systat can't display big numbers in some fields Message-ID: <200403271940.i2RJeE5j052041@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/64811; it has been noted by GNATS. From: Valentin Nechayev <netch@netch.kiev.ua> To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: bin/64811: systat can't display big numbers in some fields Date: Sat, 27 Mar 2004 21:34:18 +0200 VN> + snprintf(b, sizeof b, "%dm%-*d", d.quot, w, d.rem); ^ s/m/M/, according to usual style (k - kilo, M - mega) -netch-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403271940.i2RJeE5j052041>