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> 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.

View File

@ -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

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><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>, and the available options are: <strong>bt-max-peers</strong>,
<strong>max-download-limit</strong> and <strong>max-upload-limit</strong>. This method returns "OK" <strong>bt-request-peer-speed-limit</strong>, <strong>max-download-limit</strong> and
for success.</p></div> <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>

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' 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*, and the available options are: *bt-max-peers*,
*max-download-limit* and *max-upload-limit*. This method returns "OK" *bt-request-peer-speed-limit*, *max-download-limit* and
for success. *max-upload-limit*. This method returns "OK" for success.
*aria2.changeGlobalOption* 'options' *aria2.changeGlobalOption* 'options'