瀏覽代碼

2009-11-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Updated man page for changeOption XML-RPC method.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 16 年之前
父節點
當前提交
a26a44cb8e
共有 4 個文件被更改,包括 13 次插入6 次删除
  1. 5 0
      ChangeLog
  2. 1 1
      doc/aria2c.1
  3. 4 3
      doc/aria2c.1.html
  4. 3 2
      doc/aria2c.1.txt

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-11-25  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Updated man page for changeOption XML-RPC method.
+	* doc/aria2c.1.txt
+
 2009-11-25  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Added --bt-request-peer-speed-limit option to changeOption XML-RPC

+ 1 - 1
doc/aria2c.1

@@ -2249,7 +2249,7 @@ This method returns the list of waiting download in the range of [\fIoffset\fR,
 .sp
 \fBaria2\&.changeOption\fR \fIgid, options\fR
 .sp
-This method changes options of the download denoted by \fIgid\fR dynamically\&. \fIgid\fR is of type string\&. \fIoptions\fR is of type struct and the available options are \fBmax\-download\-limit\fR and \fBmax\-upload\-limit\fR\&. This method returns "OK" for success\&.
+This method changes options of the download denoted by \fIgid\fR dynamically\&. \fIgid\fR is of type string\&. \fIoptions\fR is of type struct and the available options are: \fBbt\-request\-peer\-speed\-limit\fR, \fBmax\-download\-limit\fR and \fBmax\-upload\-limit\fR\&. This method returns "OK" for success\&.
 .sp
 \fBaria2\&.changeGlobalOption\fR \fIoptions\fR
 .sp

+ 4 - 3
doc/aria2c.1.html

@@ -2915,8 +2915,9 @@ is the same struct returned by <strong>aria2.tellStatus</strong> method.</p></di
 <div class="paragraph"><p><strong>aria2.changeOption</strong> <em>gid, options</em></p></div>
 <div class="paragraph"><p>This method changes options of the download denoted by <em>gid</em>
 dynamically.  <em>gid</em> is of type string.  <em>options</em> is of type struct
-and the available options are <strong>max-download-limit</strong> and <strong>max-upload-limit</strong>.
-This method returns "OK" for success.</p></div>
+and the available options are: <strong>bt-request-peer-speed-limit</strong>,
+<strong>max-download-limit</strong> and <strong>max-upload-limit</strong>.  This method returns "OK"
+for success.</p></div>
 <div class="paragraph"><p><strong>aria2.changeGlobalOption</strong> <em>options</em></p></div>
 <div class="paragraph"><p>This method changes global options dynamically.  <em>options</em> is of type
 struct and the available options are <strong>max-concurrent-downloads</strong>,
@@ -3414,7 +3415,7 @@ files in the program, then also delete it here.</p></div>
 <div id="footnotes"><hr /></div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2009-11-25 01:17:09 JST
+Last updated 2009-11-25 21:44:45 JST
 </div>
 </div>
 </body>

+ 3 - 2
doc/aria2c.1.txt

@@ -1287,8 +1287,9 @@ is the same struct returned by *aria2.tellStatus* method.
 
 This method changes options of the download denoted by 'gid'
 dynamically.  'gid' is of type string.  'options' is of type struct
-and the available options are *max-download-limit* and *max-upload-limit*.
-This method returns "OK" for success.
+and the available options are: *bt-request-peer-speed-limit*,
+*max-download-limit* and *max-upload-limit*.  This method returns "OK"
+for success.
 
 *aria2.changeGlobalOption* 'options'