From 6cdfeb43d3bb18fb9ceb4e980288d675bd917eaf Mon Sep 17 00:00:00 2001
From: Tatsuhiro Tsujikawa
Date: Sun, 6 Dec 2009 11:37:10 +0000
Subject: [PATCH] 2009-12-06 Tatsuhiro Tsujikawa
Updated help message for --bt-prioritize-piece. Some cosmetic
changes.
* doc/aria2c.1.txt
---
ChangeLog | 6 ++++++
doc/aria2c.1 | 8 ++++----
doc/aria2c.1.html | 22 +++++++++++-----------
doc/aria2c.1.txt | 20 ++++++++++----------
4 files changed, 31 insertions(+), 25 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index de4e6252..8b5b0660 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-06 Tatsuhiro Tsujikawa
+
+ Updated help message for --bt-prioritize-piece. Some cosmetic
+ changes.
+ * doc/aria2c.1.txt
+
2009-12-06 Tatsuhiro Tsujikawa
Set default value for SIZE in --bt-prioritize-piece to 1MiB.
diff --git a/doc/aria2c.1 b/doc/aria2c.1
index e6601aa5..2480b41e 100644
--- a/doc/aria2c.1
+++ b/doc/aria2c.1
@@ -2,12 +2,12 @@
.\" Title: aria2c
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.2
-.\" 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
diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html
index 6450eb20..560b097d 100644
--- a/doc/aria2c.1.html
+++ b/doc/aria2c.1.html
@@ -1217,13 +1217,13 @@ writes the piece to the appropriate files.
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.
@@ -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 "&" 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
separate download.
@@ -3460,7 +3460,7 @@ files in the program, then also delete it here.