2010-10-30 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Added internal cross reference for sections and subsections.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2010-10-30 04:07:13 +00:00
parent ad76f1b720
commit d00e15179b
4 changed files with 31 additions and 18 deletions

View File

@ -1,3 +1,8 @@
2010-10-30 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added internal cross reference for sections and subsections.
* doc/aria2c.1.txt
2010-10-30 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2010-10-30 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added XML-RPC client code example using Python(I have not added Added XML-RPC client code example using Python(I have not added

View File

@ -3017,7 +3017,9 @@ The number of peers/servers the client has connected to\&.
.PP .PP
errorCode errorCode
.RS 4 .RS 4
The last error code occurred in this download\&. The value is of type string\&. The error codes are defined in EXIT STATUS section\&. This value is only available for stopped/completed downloads\&. The last error code occurred in this download\&. The value is of type string\&. The error codes are defined in
\fBEXIT STATUS\fR
section\&. This value is only available for stopped/completed downloads\&.
.RE .RE
.PP .PP
followedBy followedBy

View File

@ -621,7 +621,7 @@ downloading a file like BitTorrent.</p></div>
Reads input from stdin when <em>-</em> is specified. Reads input from stdin when <em>-</em> is specified.
The additional <strong>out</strong> and <strong>dir</strong> options can be specified after each line of The additional <strong>out</strong> and <strong>dir</strong> options can be specified after each line of
URIs. This optional line must start with white space(s). URIs. This optional line must start with white space(s).
See <strong>Input File</strong> subsection for details. See <strong><a href="#_input_file">Input File</a></strong> subsection for details.
</p> </p>
</dd> </dd>
<dt class="hdlist1"> <dt class="hdlist1">
@ -884,7 +884,8 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
<p> <p>
Specify the filename to which performance profile of the servers is Specify the filename to which performance profile of the servers is
saved. You can load saved data using <strong>--server-stat-if</strong> option. See saved. You can load saved data using <strong>--server-stat-if</strong> option. See
<strong>Server Performance Profile</strong> subsection below for file format. <strong><a href="#_server_performance_profile">Server Performance Profile</a></strong>
subsection below for file format.
</p> </p>
</dd> </dd>
<dt class="hdlist1"> <dt class="hdlist1">
@ -894,7 +895,8 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
<p> <p>
Specify the filename to load performance profile of the servers. The Specify the filename to load performance profile of the servers. The
loaded data will be used in some URI selector such as <em>feedback</em>. loaded data will be used in some URI selector such as <em>feedback</em>.
See also <strong>--uri-selector</strong> option. See <strong>Server Performance Profile</strong> See also <strong>--uri-selector</strong> option. See
<strong><a href="#_server_performance_profile">Server Performance Profile</a></strong>
subsection below for file format. subsection below for file format.
</p> </p>
</dd> </dd>
@ -3514,8 +3516,8 @@ errorCode
<dd> <dd>
<p> <p>
The last error code occurred in this download. The value is of type The last error code occurred in this download. The value is of type
string. The error codes are defined in EXIT STATUS section. This string. The error codes are defined in <strong><a href="#_exit_status">EXIT STATUS</a></strong> section. This value is only available for
value is only available for stopped/completed downloads. stopped/completed downloads.
</p> </p>
</dd> </dd>
<dt class="hdlist1"> <dt class="hdlist1">
@ -4049,8 +4051,7 @@ http://example.org/file and second one is file.torrent:</p></div>
<div class="paragraph"><p>In case of error, aria2 returns faultCode=1 and the error message in <div class="paragraph"><p>In case of error, aria2 returns faultCode=1 and the error message in
faultString.</p></div> faultString.</p></div>
<h3 id="_options_2">Options</h3><div style="clear:left"></div> <h3 id="_options_2">Options</h3><div style="clear:left"></div>
<div class="paragraph"><p>Same options for <strong>-i</strong> list are available. See <strong>Input File</strong> subsection <div class="paragraph"><p>Same options for <strong>-i</strong> list are available. See <strong><a href="#_input_file">Input File</a></strong> subsection for complete list of options.</p></div>
for complete list of options.</p></div>
<div class="paragraph"><p>In the option struct, name element is option name(without preceding <div class="paragraph"><p>In the option struct, name element is option name(without preceding
"--") and value element is argument as string.</p></div> "--") and value element is argument as string.</p></div>
<div class="listingblock"> <div class="listingblock">
@ -4183,7 +4184,7 @@ pprint(r)</tt></pre>
</td> </td>
<td class="content">See <strong>--http-proxy</strong>, <strong>--https-proxy</strong>, <strong>--ftp-proxy</strong>, <strong>--all-proxy</strong> and <td class="content">See <strong>--http-proxy</strong>, <strong>--https-proxy</strong>, <strong>--ftp-proxy</strong>, <strong>--all-proxy</strong> and
<strong>--no-proxy</strong> for details. You can specify proxy in the environment <strong>--no-proxy</strong> for details. You can specify proxy in the environment
variables. See <strong>ENVIRONMENT</strong> section.</td> variables. See <strong><a href="#_environment">ENVIRONMENT</a></strong> section.</td>
</tr></table> </tr></table>
</div> </div>
<h4 id="_proxy_with_authorization">Proxy with authorization</h4> <h4 id="_proxy_with_authorization">Proxy with authorization</h4>
@ -4537,7 +4538,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 2010-10-30 00:55:55 JST Last updated 2010-10-30 13:03:13 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -39,7 +39,7 @@ Basic Options
Reads input from stdin when '-' is specified. Reads input from stdin when '-' is specified.
The additional *out* and *dir* options can be specified after each line of The additional *out* and *dir* options can be specified after each line of
URIs. This optional line must start with white space(s). URIs. This optional line must start with white space(s).
See *Input File* subsection for details. See *<<_input_file, Input File>>* subsection for details.
*-l*, *--log*=LOG:: *-l*, *--log*=LOG::
The file name of the log file. If '-' is specified, log is written to The file name of the log file. If '-' is specified, log is written to
@ -186,14 +186,18 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"
Default: 'true' Default: 'true'
*--server-stat-of*=FILE:: *--server-stat-of*=FILE::
Specify the filename to which performance profile of the servers is Specify the filename to which performance profile of the servers is
saved. You can load saved data using *--server-stat-if* option. See saved. You can load saved data using *--server-stat-if* option. See
*Server Performance Profile* subsection below for file format. *<<_server_performance_profile, Server Performance Profile>>*
subsection below for file format.
*--server-stat-if*=FILE:: *--server-stat-if*=FILE::
Specify the filename to load performance profile of the servers. The Specify the filename to load performance profile of the servers. The
loaded data will be used in some URI selector such as 'feedback'. loaded data will be used in some URI selector such as 'feedback'.
See also *--uri-selector* option. See *Server Performance Profile* See also *--uri-selector* option. See
*<<_server_performance_profile, Server Performance Profile>>*
subsection below for file format. subsection below for file format.
*--server-stat-timeout*=SEC:: *--server-stat-timeout*=SEC::
@ -1663,8 +1667,9 @@ connections::
errorCode:: errorCode::
The last error code occurred in this download. The value is of type The last error code occurred in this download. The value is of type
string. The error codes are defined in EXIT STATUS section. This string. The error codes are defined in *<<_exit_status, EXIT
value is only available for stopped/completed downloads. STATUS>>* section. This value is only available for
stopped/completed downloads.
followedBy:: followedBy::
@ -2090,8 +2095,8 @@ faultString.
Options Options
~~~~~~~ ~~~~~~~
Same options for *-i* list are available. See *Input File* subsection Same options for *-i* list are available. See *<<_input_file, Input
for complete list of options. File>>* subsection for complete list of options.
In the option struct, name element is option name(without preceding In the option struct, name element is option name(without preceding
"--") and value element is argument as string. "--") and value element is argument as string.
@ -2223,7 +2228,7 @@ aria2c --ftp-proxy="http://proxy:8080" "ftp://host/file"
See *--http-proxy*, *--https-proxy*, *--ftp-proxy*, *--all-proxy* and See *--http-proxy*, *--https-proxy*, *--ftp-proxy*, *--all-proxy* and
*--no-proxy* for details. You can specify proxy in the environment *--no-proxy* for details. You can specify proxy in the environment
variables. See *ENVIRONMENT* section. variables. See *<<_environment, ENVIRONMENT>>* section.
Proxy with authorization Proxy with authorization
^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^