浏览代码

2009-02-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Added --max-overall-download-limit in man page.
	Updated --max-overall-upload-limit, --max-download-limit
	option's doc.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 16 年之前
父节点
当前提交
b6effe2435
共有 4 个文件被更改,包括 50 次插入14 次删除
  1. 6 0
      ChangeLog
  2. 18 5
      doc/aria2c.1
  3. 16 5
      doc/aria2c.1.html
  4. 10 4
      doc/aria2c.1.txt

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2009-02-28  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	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  <t-tujikawa@users.sourceforge.net>
 
 	Added --max-overall-download-limit option.  Now --max-upload-limit

+ 18 - 5
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\-overall\-download\-limit\fR=SPEED
+.RS 4
+Set max overall download speed in bytes/sec\&.
+\fI0\fR
+means unrestricted\&. You can append
+\fIK\fR
+or
+\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 in bytes per sec\&.
+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)\&. Default:
+\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

+ 16 - 5
doc/aria2c.1.html

@@ -1150,7 +1150,6 @@ writes the piece to the appropriate files.</td>
   <em>0</em> means unrestricted.
   You can append <em>K</em> or <em>M</em>(1K = 1024, 1M = 1024K).
   To limit the upload speed per torrent, use <strong>--max-upload-limit</strong> option.
-  If non-zero value is specified, <strong>--max-upload-limit</strong> option is ignored.
   Default: <em>0</em>
 </p>
 </dd>
@@ -1478,13 +1477,25 @@ are also allocated if they share the same piece.</td>
 </p>
 </dd>
 <dt>
+<strong>--max-overall-download-limit</strong>=SPEED
+</dt>
+<dd>
+<p>
+  Set max overall download speed in bytes/sec.  <em>0</em> means
+  unrestricted.  You can append <em>K</em> or <em>M</em>(1K = 1024, 1M = 1024K).  To
+  limit the download speed per download, use <strong>--max-download-limit</strong>
+  option.  Default: <em>0</em>
+</p>
+</dd>
+<dt>
 <strong>--max-download-limit</strong>=SPEED
 </dt>
 <dd>
 <p>
-   Set max download speed in bytes per sec. <em>0</em> means unrestricted.
-   You can append <em>K</em> or <em>M</em>(1K = 1024, 1M = 1024K).
-   Default: <em>0</em>
+  Set max download speed per each download in bytes/sec. <em>0</em> means
+  unrestricted.  You can append <em>K</em> or <em>M</em>(1K = 1024, 1M = 1024K).  To
+  limit the overall download speed, use <strong>--max-overall-download-limit</strong>
+  option.  Default: <em>0</em>
 </p>
 </dd>
 <dt>
@@ -2275,7 +2286,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2009-02-28 18:50:29 JST
+Last updated 2009-02-28 20:50:20 JST
 </div>
 </div>
 </body>

+ 10 - 4
doc/aria2c.1.txt

@@ -419,7 +419,6 @@ Make sure that the specified ports are open for incoming TCP traffic.
   '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'
 
 *-u*, *--max-upload-limit*=SPEED::
@@ -592,10 +591,17 @@ are also allocated if they share the same piece.
   See also *--enable-http-server* option.  The possible Values are
   '1024'-'65535'. Default: '6800'
 
+*--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'
 
 *--no-conf*::
   Disable loading aria2.conf file.