浏览代码

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

	Updated man page for changeOption XML-RPC method.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 16 年之前
父节点
当前提交
82d75a94d8
共有 4 个文件被更改,包括 15 次插入10 次删除
  1. 5 0
      ChangeLog
  2. 3 3
      doc/aria2c.1
  3. 4 4
      doc/aria2c.1.html
  4. 3 3
      doc/aria2c.1.txt

+ 5 - 0
ChangeLog

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

+ 3 - 3
doc/aria2c.1

@@ -2,12 +2,12 @@
 .\"     Title: aria2c
 .\"     Title: aria2c
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: 11/25/2009
+.\"      Date: 11/27/2009
 .\"    Manual: Aria2 Manual
 .\"    Manual: Aria2 Manual
 .\"    Source: Aria2
 .\"    Source: Aria2
 .\"  Language: English
 .\"  Language: English
 .\"
 .\"
-.TH "ARIA2C" "1" "11/25/2009" "Aria2" "Aria2 Manual"
+.TH "ARIA2C" "1" "11/27/2009" "Aria2" "Aria2 Manual"
 .\" -----------------------------------------------------------------
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" * set default formatting
 .\" -----------------------------------------------------------------
 .\" -----------------------------------------------------------------
@@ -2249,7 +2249,7 @@ This method returns the list of waiting download in the range of [\fIoffset\fR,
 .sp
 .sp
 \fBaria2\&.changeOption\fR \fIgid, options\fR
 \fBaria2\&.changeOption\fR \fIgid, options\fR
 .sp
 .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: \fBbt\-request\-peer\-speed\-limit\fR, \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\-max\-peers\fR, \fBbt\-request\-peer\-speed\-limit\fR, \fBmax\-download\-limit\fR and \fBmax\-upload\-limit\fR\&. This method returns "OK" for success\&.
 .sp
 .sp
 \fBaria2\&.changeGlobalOption\fR \fIoptions\fR
 \fBaria2\&.changeGlobalOption\fR \fIoptions\fR
 .sp
 .sp

+ 4 - 4
doc/aria2c.1.html

@@ -2915,9 +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><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>
 <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
 dynamically.  <em>gid</em> is of type string.  <em>options</em> is of type struct
-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>
+and the available options are: <strong>bt-max-peers</strong>,
+<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><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
 <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>,
 struct and the available options are <strong>max-concurrent-downloads</strong>,
@@ -3415,7 +3415,7 @@ files in the program, then also delete it here.</p></div>
 <div id="footnotes"><hr /></div>
 <div id="footnotes"><hr /></div>
 <div id="footer">
 <div id="footer">
 <div id="footer-text">
 <div id="footer-text">
-Last updated 2009-11-25 21:44:45 JST
+Last updated 2009-11-27 22:08:57 JST
 </div>
 </div>
 </div>
 </div>
 </body>
 </body>

+ 3 - 3
doc/aria2c.1.txt

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