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

Updated man page for changeOption XML-RPC method.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2009-11-27 13:10:41 +00:00
parent a8d4fbad51
commit 82d75a94d8
4 changed files with 15 additions and 10 deletions

View File

@ -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>
Added --bt-max-peers option to changeOption XML-RPC method.

View File

@ -2,12 +2,12 @@
.\" Title: aria2c
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 11/25/2009
.\" Date: 11/27/2009
.\" Manual: Aria2 Manual
.\" Source: Aria2
.\" Language: English
.\"
.TH "ARIA2C" "1" "11/25/2009" "Aria2" "Aria2 Manual"
.TH "ARIA2C" "1" "11/27/2009" "Aria2" "Aria2 Manual"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@ -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: \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
\fBaria2\&.changeGlobalOption\fR \fIoptions\fR
.sp

View File

@ -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>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>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>This method changes global options dynamically. <em>options</em> is of type
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="footer">
<div id="footer-text">
Last updated 2009-11-25 21:44:45 JST
Last updated 2009-11-27 22:08:57 JST
</div>
</div>
</body>

View File

@ -1287,9 +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: *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'