From bab4b09a367a2c04381dba062f28690dd86020f0 Mon Sep 17 00:00:00 2001
From: Tatsuhiro Tsujikawa
Date: Wed, 13 May 2009 12:30:38 +0000
Subject: [PATCH] 2009-05-13 Tatsuhiro Tsujikawa
Moved --no-netrc option from ftp option section to http/ftp option
section.
* doc/aria2c.1.txt
* src/OptionHandlerFactory.cc
---
ChangeLog | 7 +++++++
doc/aria2c.1 | 10 +++++-----
doc/aria2c.1.html | 18 +++++++++---------
doc/aria2c.1.txt | 6 +++---
src/OptionHandlerFactory.cc | 22 +++++++++++-----------
5 files changed, 35 insertions(+), 28 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e209a2cd..ed524474 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-05-13 Tatsuhiro Tsujikawa
+
+ Moved --no-netrc option from ftp option section to http/ftp option
+ section.
+ * doc/aria2c.1.txt
+ * src/OptionHandlerFactory.cc
+
2009-05-13 Tatsuhiro Tsujikawa
Removed garbage "\" character before '
diff --git a/doc/aria2c.1 b/doc/aria2c.1
index 5836721e..8ca35ad8 100644
--- a/doc/aria2c.1
+++ b/doc/aria2c.1
@@ -146,6 +146,11 @@ means unlimited\&. Default:
\fI5\fR
.RE
.PP
+\fB\-n\fR, \fB\-\-no\-netrc\fR
+.RS 4
+Disables netrc support\&. netrc support is enabled by default\&.
+.RE
+.PP
\fB\-\-no\-proxy\fR=DOMAINS
.RS 4
Specify comma separated hostnames or domains where proxy should not be used\&.
@@ -431,11 +436,6 @@ or
Reuse connection in FTP\&. Default:
\fItrue\fR
.RE
-.PP
-\fB\-n\fR, \fB\-\-no\-netrc\fR
-.RS 4
-Disables netrc support\&. netrc support is enabled by default\&.
-.RE
.SS "BitTorrent/Metalink Options"
.PP
\fB\-\-select\-file\fR=INDEX\&...
diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html
index e0a2a866..3ed5812e 100644
--- a/doc/aria2c.1.html
+++ b/doc/aria2c.1.html
@@ -581,6 +581,14 @@ downloading a file like BitTorrent.
+-n, --no-netrc
+
+
+
+ Disables netrc support. netrc support is enabled by default.
+
+
+
--no-proxy=DOMAINS
@@ -951,14 +959,6 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"
Default: true
-
--n, --no-netrc
-
-
-
- Disables netrc support. netrc support is enabled by default.
-
-
@@ -2723,7 +2723,7 @@ files in the program, then also delete it here.