diff --git a/doc/aria2c.1.asciidoc b/doc/aria2c.1.asciidoc index 37336aa0..8a78cbb6 100644 --- a/doc/aria2c.1.asciidoc +++ b/doc/aria2c.1.asciidoc @@ -2794,10 +2794,23 @@ Description +++++++++++ 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: *<>*, -*<>*, *<>* and -*<>*. This method returns "OK" for success. +dynamically. 'gid' is of type string. 'options' is of type struct. +The following options are available for active downloads: + +* *<>* +* *<>* +* *<>* +* *<>* + +For waiting or paused downloads, in addition to the above options, +options listed in *<<_input_file, Input File>>* subsection are available, +except for following options: +*<>*, +*<>*, +*<>*, +*<>* and +*<>*. +This method returns "OK" for success. JSON-RPC Example ++++++++++++++++ @@ -2852,15 +2865,8 @@ Description +++++++++++ This method changes global options dynamically. 'options' is of type -struct and the available options are ones listed in -*<<_input_file, Input File>>* subsection -(except for following 5 options: -*<>*, -*<>*, -*<>*, -*<>*, -*<>* -). In addition to them, following options are also available: +struct. +The following options are available: * *<>* * *<>* @@ -2873,6 +2879,14 @@ struct and the available options are ones listed in * *<>* * *<>* +In addition to them, options listed in *<<_input_file, Input File>>* subsection +are available, except for following options: +*<>*, +*<>*, +*<>*, +*<>* and +*<>*. + Using *<>* option, you can dynamically start logging or change log file. To stop logging, give empty string("") as a parameter value. Note that log file is always opened in append mode. This method