From b110199bcecd0abe3e260b916a040eb2beceb8b3 Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 10 Aug 2005 05:28:01 -0700 Subject: [PATCH] [svn] Doc fix. --- src/utils.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/utils.c b/src/utils.c index 2a88158d..be0dd97a 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1326,11 +1326,10 @@ with_thousand_seps (wgint n) usually improves readability." This intentionally uses kilobyte (KB), megabyte (MB), etc. in their - original computer-related meaning of "powers of 1024". Powers of - 1000 would be useless since Wget already displays sizes with - thousand separators. We don't use the "*bibyte" names invented in - 1998, and seldom used in practice. Wikipedia's entry on kilobyte - discusses this in some detail. */ + original computer-related meaning of "powers of 1024". We don't + use the "*bibyte" names invented in 1998, and seldom used in + practice. Wikipedia's entry on "binary prefix" discusses this in + some detail. */ char * human_readable (HR_NUMTYPE n) -- 2.39.2