2009-12-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Updated help message for --bt-prioritize-piece. Some cosmetic
	changes.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2009-12-06 11:37:10 +00:00
parent a41b927a57
commit 6cdfeb43d3
4 changed files with 31 additions and 25 deletions

View File

@ -1,3 +1,9 @@
2009-12-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated help message for --bt-prioritize-piece. Some cosmetic
changes.
* doc/aria2c.1.txt
2009-12-06 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Set default value for SIZE in --bt-prioritize-piece to 1MiB.

View File

@ -2,12 +2,12 @@
.\" Title: aria2c
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 12/05/2009
.\" Date: 12/06/2009
.\" Manual: Aria2 Manual
.\" Source: Aria2
.\" Language: English
.\"
.TH "ARIA2C" "1" "12/05/2009" "Aria2" "Aria2 Manual"
.TH "ARIA2C" "1" "12/06/2009" "Aria2" "Aria2 Manual"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@ -514,7 +514,7 @@ and
\fItail\fR=SIZE means the range of last SIZE bytes of each file\&. SIZE can include
\fIK\fR
or
\fIM\fR(1K = 1024, 1M = 1024K)\&.
\fIM\fR(1K = 1024, 1M = 1024K)\&. If SIZE is omitted, SIZE=1M is used\&.
.RE
.PP
\fB\-\-bt\-require\-crypto\fR=\fItrue\fR|\fIfalse\fR
@ -1105,7 +1105,7 @@ The options that have its argument surrounded by square brackets([]) take an opt
.sp
You can specify multiple URLs in command\-line\&. Unless you specify \fB\-Z\fR option, all URLs must point to the same file or downloading will fail\&.
.sp
You can specify arbitrary number of BitTorrent Magnet URI\&. Please note that they are always treated as a separate download\&. Both hex encoded 40 characters Info Hash and Base32 encoded 32 characters Info Hash are supported\&. The multiple "tr" paramters are supported\&. Because BitTorrent Magnet URI is likely to contain "&" character, it is highly recommended to always quote URI with single(\') or double(") quotation\&. Enabling DHT is strongly recommended especially when "tr" parameter is missing\&. See http://www\&.bittorrent\&.org/beps/bep_0009\&.html for more details about BitTorrent Magnet URI\&.
You can specify arbitrary number of BitTorrent Magnet URI\&. Please note that they are always treated as a separate download\&. Both hex encoded 40 characters Info Hash and Base32 encoded 32 characters Info Hash are supported\&. The multiple "tr" paramters are supported\&. Because BitTorrent Magnet URI is likely to contain "&" character, it is highly recommended to always quote URI with single(\') or double(") quotation\&. It is strongly recommended to enable DHT especially when "tr" parameter is missing\&. See http://www\&.bittorrent\&.org/beps/bep_0009\&.html for more details about BitTorrent Magnet URI\&.
.sp
You can also specify arbitrary number of torrent files and metalink files stored on a local drive\&. Please note that they are always treated as a separate download\&.
.sp

View File

@ -1217,13 +1217,13 @@ writes the piece to the appropriate files.</td>
<dd>
<p>
Try to download first and last pieces of each file first. This is
useful for previewing files. The argument can contain 2
keywords: <em>head</em> and <em>tail</em>. To include both keywords, they must be
separated by comma. These keywords can take one parameter, SIZE. For
example, if <em>head</em>=SIZE is specified, pieces in the range of first
SIZE bytes of each file get higher priority. <em>tail</em>=SIZE means the
range of last SIZE bytes of each file. SIZE can include <em>K</em> or
<em>M</em>(1K = 1024, 1M = 1024K).
useful for previewing files. The argument can contain 2 keywords:
<em>head</em> and <em>tail</em>. To include both keywords, they must be separated
by comma. These keywords can take one parameter, SIZE. For example,
if <em>head</em>=SIZE is specified, pieces in the range of first SIZE bytes
of each file get higher priority. <em>tail</em>=SIZE means the range of
last SIZE bytes of each file. SIZE can include <em>K</em> or <em>M</em>(1K = 1024,
1M = 1024K). If SIZE is omitted, SIZE=1M is used.
</p>
</dd>
<dt class="hdlist1">
@ -1956,9 +1956,9 @@ that they are always treated as a separate download. Both hex encoded
supported. The multiple "tr" paramters are supported. Because
BitTorrent Magnet URI is likely to contain "&amp;" character, it is highly
recommended to always quote URI with single(') or double(") quotation.
Enabling DHT is strongly recommended especially when "tr" parameter is
missing. See <a href="http://www.bittorrent.org/beps/bep_0009.html">http://www.bittorrent.org/beps/bep_0009.html</a> for more
details about BitTorrent Magnet URI.</p></div>
It is strongly recommended to enable DHT especially when "tr"
parameter is missing. See <a href="http://www.bittorrent.org/beps/bep_0009.html">http://www.bittorrent.org/beps/bep_0009.html</a>
for more details about BitTorrent Magnet URI.</p></div>
<div class="paragraph"><p>You can also specify arbitrary number of torrent files and metalink files
stored on a local drive. Please note that they are always treated as a
separate download.</p></div>
@ -3460,7 +3460,7 @@ files in the program, then also delete it here.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
Last updated 2009-12-05 18:17:44 JST
Last updated 2009-12-06 20:11:29 JST
</div>
</div>
</body>

View File

@ -358,13 +358,13 @@ BitTorrent Specific Options
*--bt-prioritize-piece*='head'[=SIZE],'tail'[=SIZE]::
Try to download first and last pieces of each file first. This is
useful for previewing files. The argument can contain 2
keywords: 'head' and 'tail'. To include both keywords, they must be
separated by comma. These keywords can take one parameter, SIZE. For
example, if 'head'=SIZE is specified, pieces in the range of first
SIZE bytes of each file get higher priority. 'tail'=SIZE means the
range of last SIZE bytes of each file. SIZE can include 'K' or
'M'(1K = 1024, 1M = 1024K).
useful for previewing files. The argument can contain 2 keywords:
'head' and 'tail'. To include both keywords, they must be separated
by comma. These keywords can take one parameter, SIZE. For example,
if 'head'=SIZE is specified, pieces in the range of first SIZE bytes
of each file get higher priority. 'tail'=SIZE means the range of
last SIZE bytes of each file. SIZE can include 'K' or 'M'(1K = 1024,
1M = 1024K). If SIZE is omitted, SIZE=1M is used.
*--bt-require-crypto*='true'|'false'::
If true is given, aria2 doesn't accept and establish connection with legacy
@ -772,9 +772,9 @@ that they are always treated as a separate download. Both hex encoded
supported. The multiple "tr" paramters are supported. Because
BitTorrent Magnet URI is likely to contain "&" character, it is highly
recommended to always quote URI with single(') or double(") quotation.
Enabling DHT is strongly recommended especially when "tr" parameter is
missing. See http://www.bittorrent.org/beps/bep_0009.html for more
details about BitTorrent Magnet URI.
It is strongly recommended to enable DHT especially when "tr"
parameter is missing. See http://www.bittorrent.org/beps/bep_0009.html
for more details about BitTorrent Magnet URI.
You can also specify arbitrary number of torrent files and metalink files
stored on a local drive. Please note that they are always treated as a