2008-11-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Fixed wrong note position for -o option.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2008-11-13 15:11:44 +00:00
parent 86478c49dd
commit 0acfd37bdb
4 changed files with 34 additions and 29 deletions

View File

@ -1,3 +1,8 @@
2008-11-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed wrong note position for -o option.
* doc/aria2c.1.txt
2008-11-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> 2008-11-14 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed compile error without SSL/XML library. Fixed compile error without SSL/XML library.

View File

@ -1,11 +1,11 @@
.\" Title: aria2c .\" Title: aria2c
.\" Author: .\" Author:
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
.\" Date: 11/11/2008 .\" Date: 11/14/2008
.\" Manual: .\" Manual:
.\" Source: .\" Source:
.\" .\"
.TH "ARIA2C" "1" "11/11/2008" "" "" .TH "ARIA2C" "1" "11/14/2008" "" ""
.\" disable hyphenation .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" disable justification (adjust text to left margin only)
@ -130,6 +130,13 @@ Specify comma separated hostnames or domains to which proxy should not be used\&
.RS 4 .RS 4
The file name of the downloaded file\&. The file name of the downloaded file\&.
.RE .RE
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
Note
In Metalink, BitTorrent download you cannot specify file name\&. The file name specified here is only used when the URLs fed to aria2 is done by command line without \fB\-i\fR, \fB\-Z\fR option\&. For example: aria2c \-o myfile\&.zip http://mirror1/file\&.zip http://mirror2/file\&.zip
.PP .PP
\fB\-\-proxy\-method\fR=METHOD \fB\-\-proxy\-method\fR=METHOD
.RS 4 .RS 4
@ -141,13 +148,6 @@ or
\fItunnel\fR\&. Default: \fItunnel\fR\&. Default:
\fItunnel\fR \fItunnel\fR
.RE .RE
.sp
.it 1 an-trap
.nr an-no-space-flag 1
.nr an-break-flag 1
.br
Note
In Metalink, BitTorrent download you cannot specify file name\&. The file name specified here is only used when the URLs fed to aria2 is done by command line without \fB\-i\fR, \fB\-Z\fR option, like this: aria2c \-o myfile\&.zip http://mirror1/file\&.zip http://mirror2/file\&.zip
.PP .PP
\fB\-R\fR, \fB\-\-remote\-time\fR[=\fItrue\fR|\fIfalse\fR] \fB\-R\fR, \fB\-\-remote\-time\fR[=\fItrue\fR|\fIfalse\fR]
.RS 4 .RS 4

View File

@ -535,6 +535,19 @@ ARIA2C(1) Manual Page
The file name of the downloaded file. The file name of the downloaded file.
</p> </p>
</dd> </dd>
</dl></div>
<div class="admonitionblock">
<table><tr>
<td class="icon">
<div class="title">Note</div>
</td>
<td class="content">In Metalink, BitTorrent download you cannot specify file name.
The file name specified here is only used when the URLs fed to aria2
is done by command line without <strong>-i</strong>, <strong>-Z</strong> option. For example:
aria2c -o myfile.zip <a href="http://mirror1/file.zip">http://mirror1/file.zip</a> <a href="http://mirror2/file.zip">http://mirror2/file.zip</a></td>
</tr></table>
</div>
<div class="vlist"><dl>
<dt> <dt>
<strong>--proxy-method</strong>=METHOD <strong>--proxy-method</strong>=METHOD
</dt> </dt>
@ -545,19 +558,6 @@ ARIA2C(1) Manual Page
Default: <em>tunnel</em> Default: <em>tunnel</em>
</p> </p>
</dd> </dd>
</dl></div>
<div class="admonitionblock">
<table><tr>
<td class="icon">
<div class="title">Note</div>
</td>
<td class="content">In Metalink, BitTorrent download you cannot specify file name.
The file name specified here is only used when the URLs fed to aria2
is done by command line without <strong>-i</strong>, <strong>-Z</strong> option, like this:
aria2c -o myfile.zip <a href="http://mirror1/file.zip">http://mirror1/file.zip</a> <a href="http://mirror2/file.zip">http://mirror2/file.zip</a></td>
</tr></table>
</div>
<div class="vlist"><dl>
<dt> <dt>
<strong>-R</strong>, <strong>--remote-time</strong>[=<em>true</em>|<em>false</em>] <strong>-R</strong>, <strong>--remote-time</strong>[=<em>true</em>|<em>false</em>]
</dt> </dt>
@ -1994,7 +1994,7 @@ files in the program, then also delete it here.</p></div>
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2008-11-11 20:52:35 JST Last updated 2008-11-14 00:10:16 JST
</div> </div>
</div> </div>
</body> </body>

View File

@ -100,17 +100,17 @@ HTTP/FTP Options
*-o*, *--out*=FILE:: *-o*, *--out*=FILE::
The file name of the downloaded file. The file name of the downloaded file.
[NOTE]
In Metalink, BitTorrent download you cannot specify file name.
The file name specified here is only used when the URLs fed to aria2
is done by command line without *-i*, *-Z* option. For example:
aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip
*--proxy-method*=METHOD:: *--proxy-method*=METHOD::
Set the method to use in proxy request. Set the method to use in proxy request.
'METHOD' is either 'get' or 'tunnel'. 'METHOD' is either 'get' or 'tunnel'.
Default: 'tunnel' Default: 'tunnel'
[NOTE]
In Metalink, BitTorrent download you cannot specify file name.
The file name specified here is only used when the URLs fed to aria2
is done by command line without *-i*, *-Z* option, like this:
aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip
*-R*, *--remote-time*[='true'|'false']:: *-R*, *--remote-time*[='true'|'false']::
Retrieve timestamp of the remote file from the remote HTTP/FTP Retrieve timestamp of the remote file from the remote HTTP/FTP
server and if it is available, apply it to the local file. server and if it is available, apply it to the local file.