浏览代码

2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Documented that the default value of --use-head is 'false' in man
	page.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 16 年之前
父节点
当前提交
990928b518
共有 4 个文件被更改,包括 10 次插入4 次删除
  1. 6 0
      ChangeLog
  2. 1 1
      doc/aria2c.1
  3. 2 2
      doc/aria2c.1.html
  4. 1 1
      doc/aria2c.1.txt

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2009-07-05  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Documented that the default value of --use-head is 'false' in man
+	page.
+	* doc/aria2c.1.txt
+
 2009-07-05  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 2009-07-05  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 
 	Added bt-stop-timeout option to -i list.
 	Added bt-stop-timeout option to -i list.

+ 1 - 1
doc/aria2c.1

@@ -392,7 +392,7 @@ Save Cookies to FILE in Mozilla/Firefox(1\&.x/2\&.x)/ Netscape format\&. If FILE
 \fB\-\-use\-head\fR[=\fItrue\fR|\fIfalse\fR]
 \fB\-\-use\-head\fR[=\fItrue\fR|\fIfalse\fR]
 .RS 4
 .RS 4
 Use HEAD method for the first request to the HTTP server\&. Default:
 Use HEAD method for the first request to the HTTP server\&. Default:
-\fItrue\fR
+\fIfalse\fR
 .RE
 .RE
 .PP
 .PP
 \fB\-U\fR, \fB\-\-user\-agent\fR=USER_AGENT
 \fB\-U\fR, \fB\-\-user\-agent\fR=USER_AGENT

+ 2 - 2
doc/aria2c.1.html

@@ -900,7 +900,7 @@ aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"</td>
 <dd>
 <dd>
 <p>
 <p>
   Use HEAD method for the first request to the HTTP server.
   Use HEAD method for the first request to the HTTP server.
-  Default: <em>true</em>
+  Default: <em>false</em>
 </p>
 </p>
 </dd>
 </dd>
 <dt class="hdlist1">
 <dt class="hdlist1">
@@ -3188,7 +3188,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 </div>
 <div id="footer">
 <div id="footer">
 <div id="footer-text">
 <div id="footer-text">
-Last updated 2009-07-05 14:40:49 JST
+Last updated 2009-07-05 14:43:00 JST
 </div>
 </div>
 </div>
 </div>
 </body>
 </body>

+ 1 - 1
doc/aria2c.1.txt

@@ -272,7 +272,7 @@ If aria2 is built without libsqlite3, then it doesn't support Firefox3 cookie fo
 
 
 *--use-head*[='true'|'false']::
 *--use-head*[='true'|'false']::
   Use HEAD method for the first request to the HTTP server.
   Use HEAD method for the first request to the HTTP server.
-  Default: 'true'
+  Default: 'false'
 
 
 
 
 *-U*, *--user-agent*=USER_AGENT::
 *-U*, *--user-agent*=USER_AGENT::