diff --git a/ChangeLog b/ChangeLog
index 3d15daf0..7d0df7d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-02-28 Tatsuhiro Tsujikawa
+
+ Added --max-overall-download-limit in man page.
+ Updated --max-overall-upload-limit, --max-download-limit option's doc.
+ * doc/aria2c.1.txt
+
2009-02-28 Tatsuhiro Tsujikawa
Added --max-overall-download-limit option. Now --max-upload-limit
diff --git a/doc/aria2c.1 b/doc/aria2c.1
index 9b9effe1..38e9d1f5 100644
--- a/doc/aria2c.1
+++ b/doc/aria2c.1
@@ -572,9 +572,7 @@ means unrestricted\&. You can append
or
\fIM\fR(1K = 1024, 1M = 1024K)\&. To limit the upload speed per torrent, use
\fB\-\-max\-upload\-limit\fR
-option\&. If non\-zero value is specified,
-\fB\-\-max\-upload\-limit\fR
-option is ignored\&. Default:
+option\&. Default:
\fI0\fR
.RE
.PP
@@ -827,14 +825,29 @@ option\&. The possible Values are
\fI6800\fR
.RE
.PP
-\fB\-\-max\-download\-limit\fR=SPEED
+\fB\-\-max\-overall\-download\-limit\fR=SPEED
.RS 4
-Set max download speed in bytes per sec\&.
+Set max overall download speed in bytes/sec\&.
\fI0\fR
means unrestricted\&. You can append
\fIK\fR
or
-\fIM\fR(1K = 1024, 1M = 1024K)\&. Default:
+\fIM\fR(1K = 1024, 1M = 1024K)\&. To limit the download speed per download, use
+\fB\-\-max\-download\-limit\fR
+option\&. Default:
+\fI0\fR
+.RE
+.PP
+\fB\-\-max\-download\-limit\fR=SPEED
+.RS 4
+Set max download speed per each download in bytes/sec\&.
+\fI0\fR
+means unrestricted\&. You can append
+\fIK\fR
+or
+\fIM\fR(1K = 1024, 1M = 1024K)\&. To limit the overall download speed, use
+\fB\-\-max\-overall\-download\-limit\fR
+option\&. Default:
\fI0\fR
.RE
.PP
diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html
index b571f15e..362cdcfb 100644
--- a/doc/aria2c.1.html
+++ b/doc/aria2c.1.html
@@ -1150,7 +1150,6 @@ writes the piece to the appropriate files.
0 means unrestricted.
You can append K or M(1K = 1024, 1M = 1024K).
To limit the upload speed per torrent, use --max-upload-limit option.
- If non-zero value is specified, --max-upload-limit option is ignored.
Default: 0
@@ -1478,13 +1477,25 @@ are also allocated if they share the same piece.
+--max-overall-download-limit=SPEED
+
+
+
+ Set max overall download speed in bytes/sec. 0 means
+ unrestricted. You can append K or M(1K = 1024, 1M = 1024K). To
+ limit the download speed per download, use --max-download-limit
+ option. Default: 0
+
+
+
--max-download-limit=SPEED
- Set max download speed in bytes per sec. 0 means unrestricted.
- You can append K or M(1K = 1024, 1M = 1024K).
- Default: 0
+ Set max download speed per each download in bytes/sec. 0 means
+ unrestricted. You can append K or M(1K = 1024, 1M = 1024K). To
+ limit the overall download speed, use --max-overall-download-limit
+ option. Default: 0
@@ -2275,7 +2286,7 @@ files in the program, then also delete it here.