]> sjero.net Git - wget/commitdiff
doc: add documentation for mega dot style.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Sun, 14 Apr 2013 12:43:16 +0000 (14:43 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sun, 14 Apr 2013 12:43:16 +0000 (14:43 +0200)
doc/ChangeLog
doc/wget.texi

index 6daa997ef77f5b707da3c8c5cba2943bed1206fc..5e9c352bc5e0148eedcb20f9b39bda96e4e40214 100644 (file)
@@ -1,3 +1,7 @@
+2013-04-14  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * wget.texi (Download Options): Document "mega" dot style.
+
 2013-04-05  Darshit Shah <darnir@gmail.com>
 
        * doc/wget.texi: Fix ambiguous wording in --post-data section. Make it
 2013-04-05  Darshit Shah <darnir@gmail.com>
 
        * doc/wget.texi: Fix ambiguous wording in --post-data section. Make it
index 288059ef378361b302ac7f948e3ab70b79ac0e37..fed188ad982e1690234c10d3e20d41f69cc72dc1 100644 (file)
@@ -715,9 +715,12 @@ different meaning to one dot.  With the @code{default} style each dot
 represents 1K, there are ten dots in a cluster and 50 dots in a line.
 The @code{binary} style has a more ``computer''-like orientation---8K
 dots, 16-dots clusters and 48 dots per line (which makes for 384K
 represents 1K, there are ten dots in a cluster and 50 dots in a line.
 The @code{binary} style has a more ``computer''-like orientation---8K
 dots, 16-dots clusters and 48 dots per line (which makes for 384K
-lines).  The @code{mega} style is suitable for downloading very large
+lines).  The @code{mega} style is suitable for downloading large
 files---each dot represents 64K retrieved, there are eight dots in a
 cluster, and 48 dots on each line (so each line contains 3M).
 files---each dot represents 64K retrieved, there are eight dots in a
 cluster, and 48 dots on each line (so each line contains 3M).
+If @code{mega} is not enough then you can use the @code{giga}
+style---each dot represents 1M retrieved, there are eight dots in a
+cluster, and 32 dots on each line (so each line contains 32M).
 
 Note that you can set the default style using the @code{progress}
 command in @file{.wgetrc}.  That setting may be overridden from the
 
 Note that you can set the default style using the @code{progress}
 command in @file{.wgetrc}.  That setting may be overridden from the