summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2001-04-09 16:49:50 +0000
committerjkh <jkh@FreeBSD.org>2001-04-09 16:49:50 +0000
commit85bdccd3404a9c0f9beb8740e1f2fe446cc2c409 (patch)
treec100f17e6bbf0489988ba484baf687fb444f1858 /usr.sbin/sysinstall/dist.c
parent08cc70e40dff0a29963d76e6c23ef17d03ef3ee6 (diff)
downloadFreeBSD-src-85bdccd3404a9c0f9beb8740e1f2fe446cc2c409.zip
FreeBSD-src-85bdccd3404a9c0f9beb8740e1f2fe446cc2c409.tar.gz
Clarify that we're talking about KBytes per second vs kBits per second.
Reminded by: bde
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
-rw-r--r--usr.sbin/sysinstall/dist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index 99ae760..1eda27f 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -760,7 +760,7 @@ distExtract(char *parent, Distribution *me)
if (seconds != last_msg) {
last_msg = seconds;
- msgInfo("%10d bytes read from %s dist, chunk %2d of %2d @ %.1f KB/sec.",
+ msgInfo("%10d bytes read from %s dist, chunk %2d of %2d @ %.1f KBytes/sec.",
total, dist, chunk + 1, numchunks, (total / seconds) / 1000.0);
}
}
OpenPOWER on IntegriCloud