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." usually improves readability."
This intentionally uses kilobyte (KB), megabyte (MB), etc. in their This intentionally uses kilobyte (KB), megabyte (MB), etc. in their
original computer science meaning of "multiples of 1024". original computer science meaning of "powers of 1024". Powers of
Multiples of 1000 would be useless since Wget already adds thousand 1000 would be useless since Wget already displays sizes with
separators for legibility. We don't use the "*bibyte" names thousand separators. We don't use the "*bibyte" names invented in
invented in 1998, and seldom used in practice. Wikipedia's entry 1998, and seldom used in practice. Wikipedia's entry on kilobyte
on kilobyte discusses this in some detail. */ discusses this in some detail. */
char * char *
human_readable (wgint n) human_readable (wgint n)