From abdb6249bf4372c8a26942436dad7be93d8b61e7 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 30 May 2009 14:29:54 +0000 Subject: [PATCH] 2009-05-30 Tatsuhiro Tsujikawa Documented max-concurrent-downloads of changeGlobalOption method in man page. * doc/aria2c.1.txt --- ChangeLog | 6 ++++++ doc/aria2c.1 | 2 +- doc/aria2c.1.html | 7 ++++--- doc/aria2c.1.txt | 5 +++-- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11416524..47954239 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-05-30 Tatsuhiro Tsujikawa + + Documented max-concurrent-downloads of changeGlobalOption method + in man page. + * doc/aria2c.1.txt + 2009-05-30 Tatsuhiro Tsujikawa Added max-concurrent-downloads option to changeGlobalOption diff --git a/doc/aria2c.1 b/doc/aria2c.1 index 645f9840..99f55b57 100644 --- a/doc/aria2c.1 +++ b/doc/aria2c.1 @@ -2223,7 +2223,7 @@ This method changes options of the download denoted by \fIgid\fR dynamically\&. .sp \fBaria2\&.changeGlobalOption\fR \fIoptions\fR .sp -This method changes global options dynamically\&. \fIoptions\fR is of type struct and the available options are \fBmax\-overall\-download\-limit\fR and \fBmax\-overall\-upload\-limit\fR\&. This method returns "OK" for success\&. +This method changes global options dynamically\&. \fIoptions\fR is of type struct and the available options are \fBmax\-concurrent\-downloads\fR, \fBmax\-overall\-download\-limit\fR and \fBmax\-overall\-upload\-limit\fR\&. This method returns "OK" for success\&. .sp \fBaria2\&.purgeDownloadResult\fR .sp diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html index 60cacb27..d25737b5 100644 --- a/doc/aria2c.1.html +++ b/doc/aria2c.1.html @@ -2689,8 +2689,9 @@ and the available options are max-download-limit and ma 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-overall-download-limit and -max-overall-upload-limit. This method returns "OK" for success.

+struct and the available options are max-concurrent-downloads, +max-overall-download-limit and max-overall-upload-limit. This +method returns "OK" for success.

aria2.purgeDownloadResult

This method purges completed/error/removed downloads to free memory. This method returns "OK".

@@ -3146,7 +3147,7 @@ files in the program, then also delete it here.

diff --git a/doc/aria2c.1.txt b/doc/aria2c.1.txt index 2860484e..995a3b17 100644 --- a/doc/aria2c.1.txt +++ b/doc/aria2c.1.txt @@ -1231,8 +1231,9 @@ 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-overall-download-limit* and -*max-overall-upload-limit*. This method returns "OK" for success. +struct and the available options are *max-concurrent-downloads*, +*max-overall-download-limit* and *max-overall-upload-limit*. This +method returns "OK" for success. *aria2.purgeDownloadResult*