From 82d75a94d8b7a9ddc09e1a9ef530cf514629d8d2 Mon Sep 17 00:00:00 2001
From: Tatsuhiro Tsujikawa
Date: Fri, 27 Nov 2009 13:10:41 +0000
Subject: [PATCH] 2009-11-27 Tatsuhiro Tsujikawa
Updated man page for changeOption XML-RPC method.
* doc/aria2c.1.txt
---
ChangeLog | 5 +++++
doc/aria2c.1 | 6 +++---
doc/aria2c.1.html | 8 ++++----
doc/aria2c.1.txt | 6 +++---
4 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6783eb17..88d44b9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-27 Tatsuhiro Tsujikawa
+
+ Updated man page for changeOption XML-RPC method.
+ * doc/aria2c.1.txt
+
2009-11-27 Tatsuhiro Tsujikawa
Added --bt-max-peers option to changeOption XML-RPC method.
diff --git a/doc/aria2c.1 b/doc/aria2c.1
index e493b24a..ae9565ff 100644
--- a/doc/aria2c.1
+++ b/doc/aria2c.1
@@ -2,12 +2,12 @@
.\" Title: aria2c
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.2
-.\" 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
diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html
index d8d69f0c..d1d6e183 100644
--- a/doc/aria2c.1.html
+++ b/doc/aria2c.1.html
@@ -2915,9 +2915,9 @@ is the same struct returned by aria2.tellStatus method.
aria2.changeOption gid, options
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
This method changes global options dynamically. options is of type
struct and the available options are max-concurrent-downloads,
@@ -3415,7 +3415,7 @@ files in the program, then also delete it here.