1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Doc fix.

This commit is contained in:
hniksic 2005-04-28 06:18:30 -07:00
parent cce32e4a9e
commit 0c9131b513

View File

@ -1244,11 +1244,11 @@ with_thousand_seps_large (LARGE_INT l)
usually improves readability."
This intentionally uses kilobyte (KB), megabyte (MB), etc. in their
original computer science meaning of "multiples of 1024".
Multiples of 1000 would be useless since Wget already adds thousand
separators for legibility. 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 science 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. */
char *
human_readable (wgint n)