Parcourir la source

2009-10-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Updated man page for previous change.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa il y a 16 ans
Parent
commit
ff0b54ad95
4 fichiers modifiés avec 17 ajouts et 4 suppressions
  1. 5 0
      ChangeLog
  2. 3 3
      doc/aria2c.1
  3. 5 1
      doc/aria2c.1.html
  4. 4 0
      doc/aria2c.1.txt

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-10-27  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Updated man page for previous change.
+	* doc/aria2c.1.txt
+
 2009-10-27  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	If user name is embedded but password is missing in URI, first

+ 3 - 3
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.1 <http://docbook.sf.net/>
-.\"      Date: 10/25/2009
+.\"      Date: 10/27/2009
 .\"    Manual: Aria2 Manual
 .\"    Source: Aria2
 .\"  Language: English
 .\"
-.TH "ARIA2C" "1" "10/25/2009" "Aria2" "Aria2 Manual"
+.TH "ARIA2C" "1" "10/27/2009" "Aria2" "Aria2 Manual"
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" -----------------------------------------------------------------
@@ -406,7 +406,7 @@ Set FTP user\&. This affects all URLs\&. Default:
 .PP
 \fB\-\-ftp\-passwd\fR=PASSWD
 .RS 4
-Set FTP password\&. This affects all URLs\&. Default:
+Set FTP password\&. This affects all URLs\&. If user name is embedded but password is missing in URI, aria2 tries to resolve password using \&.netrc\&. If password is found in \&.netrc, then use it as password\&. If not, use the password specified in this option\&. Default:
 \fIARIA2USER@\fR
 .RE
 .PP

+ 5 - 1
doc/aria2c.1.html

@@ -920,6 +920,10 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
 <dd>
 <p>
   Set FTP password. This affects all URLs.
+  If user name is embedded but password is missing in URI, aria2 tries
+  to resolve password using .netrc. If password is found in .netrc,
+  then use it as password. If not, use the password specified in this
+  option.
   Default: <em>ARIA2USER@</em>
 </p>
 </dd>
@@ -3224,7 +3228,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2009-10-25 23:40:35 JST
+Last updated 2009-10-27 22:02:41 JST
 </div>
 </div>
 </body>

+ 4 - 0
doc/aria2c.1.txt

@@ -285,6 +285,10 @@ FTP Specific Options
 
 *--ftp-passwd*=PASSWD::
   Set FTP password. This affects all URLs.
+  If user name is embedded but password is missing in URI, aria2 tries
+  to resolve password using .netrc. If password is found in .netrc,
+  then use it as password. If not, use the password specified in this
+  option.
   Default: 'ARIA2USER@'
 
 *-p*, *--ftp-pasv*[='true'|'false']::