From: hniksic Date: Wed, 10 Aug 2005 12:28:01 +0000 (-0700) Subject: [svn] Doc fix. X-Git-Tag: v1.13~740 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=b110199bcecd0abe3e260b916a040eb2beceb8b3 [svn] Doc fix. --- 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)