From db23e29ecfc98c6f5dbf1ffe5e0310a1228dec5a Mon Sep 17 00:00:00 2001
From: Tatsuhiro Tsujikawa
Date: Fri, 16 Jul 2010 14:26:31 +0000
Subject: [PATCH] 2010-07-16 Tatsuhiro Tsujikawa
Updated doc of --split option.
* doc/aria2c.1.txt
---
ChangeLog | 5 +++++
doc/aria2c.1 | 6 +++++-
doc/aria2c.1.html | 18 +++++++++---------
doc/aria2c.1.txt | 17 +++++++++--------
4 files changed, 28 insertions(+), 18 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 3c9fc87a..42fa7bf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-16 Tatsuhiro Tsujikawa
+
+ Updated doc of --split option.
+ * doc/aria2c.1.txt
+
2010-07-16 Tatsuhiro Tsujikawa
Moved executeHook and executeHookByOptName to util.
diff --git a/doc/aria2c.1 b/doc/aria2c.1
index b5b5047b..bc2ff052 100644
--- a/doc/aria2c.1
+++ b/doc/aria2c.1
@@ -292,8 +292,12 @@ Specifies timeout in seconds to invalidate performance profile of the servers si
.PP
\fB\-s\fR, \fB\-\-split\fR=N
.RS 4
-Download a file using N connections\&. If more than N URIs are given, first N URIs are used and remaining URIs are used for backup\&. If less than N URIs are given, those URIs are used more than once so that N connections total are made simultaneously\&. Please see
+Download a file using N connections\&. If more than N URIs are given, first N URIs are used and remaining URIs are used for backup\&. If less than N URIs are given, those URIs are used more than once so that N connections total are made simultaneously\&. The number of connections to the same host is restricted by
+\fB\-\-max\-connection\-per\-server\fR
+option\&. Please see
\fB\-j\fR
+and
+\fB\-\-min\-split\-size\fR
option too\&. Please note that in Metalink download, this option has no effect and use
\fB\-C\fR
option instead\&. Default:
diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html
index 24e121b7..fc87c352 100644
--- a/doc/aria2c.1.html
+++ b/doc/aria2c.1.html
@@ -905,14 +905,14 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"
- Download a file using N connections.
- If more than N URIs are given, first N URIs are used and remaining URIs are
- used for backup.
- If less than N URIs are given, those URIs are used more than once so that N
- connections total are made simultaneously.
- Please see -j option too.
- Please note that in Metalink download, this option has no effect and use
- -C option instead.
+ Download a file using N connections. If more than N URIs are given,
+ first N URIs are used and remaining URIs are used for backup. If
+ less than N URIs are given, those URIs are used more than once so
+ that N connections total are made simultaneously. The number of
+ connections to the same host is restricted by
+ --max-connection-per-server option. Please see -j and
+ --min-split-size option too. Please note that in Metalink
+ download, this option has no effect and use -C option instead.
Default: 5
@@ -4230,7 +4230,7 @@ files in the program, then also delete it here.