Subject: CVS commit: src/usr.bin/ftp
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/12/2007 06:13:02
Module Name: src
Committed By: lukem
Date: Thu Apr 12 06:13:02 UTC 2007
Modified Files:
src/usr.bin/ftp: progressbar.c
Log Message:
Use the IEC 60027-2 2^n based "KiB", "MiB", "GiB", (etc)
suffixes for byte displays since we're using 2^n scaling,
instead of the SI 10^n based "KB", "MB", "GB" (etc).
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/usr.bin/ftp/progressbar.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.