]> sjero.net Git - wget/commitdiff
[svn] Doc fix.
authorhniksic <devnull@localhost>
Wed, 10 Aug 2005 12:28:01 +0000 (05:28 -0700)
committerhniksic <devnull@localhost>
Wed, 10 Aug 2005 12:28:01 +0000 (05:28 -0700)
src/utils.c

index 2a88158db50ee4c4229af58f6a00a8c9c5884910..be0dd97abceb82823e749b07b01438a1e551cdbd 100644 (file)
@@ -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)