ソースを参照

2008-07-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

	Updated the descriptions for -j, -s. Added --bt-seed.
	* doc/aria2c.1
	* doc/aria2c.1.html
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 17 年 前
コミット
10f730cfec
4 ファイル変更42 行追加12 行削除
  1. 7 0
      ChangeLog
  2. 11 3
      doc/aria2c.1
  3. 15 5
      doc/aria2c.1.html
  4. 9 4
      doc/aria2c.1.txt

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+2008-07-08  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
+
+	Updated the descriptions for -j, -s. Added --bt-seed.
+	* doc/aria2c.1
+	* doc/aria2c.1.html
+	* doc/aria2c.1.txt	
+	
 2008-07-08  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
 
 	Added --bt-seed option. If --bt-seed=true is given at the command-line,

+ 11 - 3
doc/aria2c.1

@@ -42,7 +42,7 @@ is specified, log is written to stdout\&.
 .PP
 \fB\-j\fR, \fB\-\-max\-concurrent\-downloads\fR=N
 .RS 4
-Set maximum number of parallel downloads\&. Default:
+Set maximum number of parallel downloads for every static (HTTP/FTP) URL, torrent and metalink\&. Default:
 \fI5\fR
 .RE
 .PP
@@ -114,10 +114,12 @@ and
 .PP
 \fB\-s\fR, \fB\-\-split\fR=N
 .RS 4
-Download a file using N connections\&. If more than N URLs are given, first N URLs are used and remaining URLs are used for backup\&. If less than N URLs are given, some of the URLs are used more than once so that totaly N connections are made simultaneously\&. N must be between
+Download a file using N connections\&. If more than N URLs are given, first N URLs are used and remaining URLs are used for backup\&. If less than N URLs are given, those URLs are used more than once so that N connections total are made simultaneously\&. N must be between
 \fI1\fR
 and
-\fI16\fR\&. Default:
+\fI16\fR\&. Please see
+\fB\-j\fR
+option too\&. Default:
 \fI5\fR
 .RE
 .PP
@@ -305,6 +307,12 @@ or
 \fI51200\fR
 .RE
 .PP
+\fB\-\-bt\-seed\fR[=\fItrue\fR|\fIfalse\fR]
+.RS 4
+Seed previously downloaded files without validating piece hashes\&. Default:
+\fIfalse\fR
+.RE
+.PP
 \fB\-\-dht\-entry\-point\fR=HOST:PORT
 .RS 4
 Set host and port as an entry point to DHT network\&.

+ 15 - 5
doc/aria2c.1.html

@@ -378,7 +378,8 @@ div.olist2 div.olist ol {
 </dt>
 <dd>
 <p>
-  Set maximum number of parallel downloads.
+  Set maximum number of parallel downloads for every static (HTTP/FTP) URL,
+  torrent and metalink.
   Default: <em>5</em>
 </p>
 </dd>
@@ -484,9 +485,9 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
   Download a file using N connections.
   If more than N URLs are given, first N URLs are used and remaining URLs are
   used for backup.
-  If less than N URLs are given, some of the URLs are used more than once so
-  that totaly N connections are made simultaneously. N must be between <em>1</em> and
-  <em>16</em>.
+  If less than N URLs are given, those URLs are used more than once so that N
+  connections total are made simultaneously.
+  N must be between <em>1</em> and <em>16</em>. Please see <strong>-j</strong> option too.
   Default: <em>5</em>
 </p>
 </dd>
@@ -765,6 +766,15 @@ writes the piece to the appropriate files.</td>
 </p>
 </dd>
 <dt>
+<strong>&#8212;bt-seed</strong>[=<em>true</em>|<em>false</em>]
+</dt>
+<dd>
+<p>
+  Seed previously downloaded files without validating piece hashes.
+  Default: <em>false</em>
+</p>
+</dd>
+<dt>
 <strong>&#8212;dht-entry-point</strong>=HOST:PORT
 </dt>
 <dd>
@@ -1612,7 +1622,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2008-07-08 21:10:34 JST
+Last updated 2008-07-08 23:09:43 JST
 </div>
 </div>
 </body>

+ 9 - 4
doc/aria2c.1.txt

@@ -32,7 +32,8 @@ Basic Options
   stdout.
 
 *-j*, *--max-concurrent-downloads*=N::
-  Set maximum number of parallel downloads.
+  Set maximum number of parallel downloads for every static (HTTP/FTP) URL,
+  torrent and metalink.
   Default: '5'
 
 *--check-integrity*='true'|'false'::
@@ -90,9 +91,9 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip
   Download a file using N connections.
   If more than N URLs are given, first N URLs are used and remaining URLs are
   used for backup.
-  If less than N URLs are given, some of the URLs are used more than once so
-  that totaly N connections are made simultaneously. N must be between '1' and
-  '16'.
+  If less than N URLs are given, those URLs are used more than once so that N
+  connections total are made simultaneously.
+  N must be between '1' and '16'. Please see *-j* option too.
   Default: '5'
 
 *-t*, *--timeout*=SEC::
@@ -223,6 +224,10 @@ BitTorrent Specific Options
   You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
   Default: '51200'
 
+*--bt-seed*[='true'|'false']::
+  Seed previously downloaded files without validating piece hashes.
+  Default: 'false'
+
 *--dht-entry-point*=HOST:PORT::
   Set host and port as an entry point to DHT network.