Browse Source

2008-12-04 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Documented the default value of --check-certificate option in
	man page.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 17 years ago
parent
commit
fe66fb6eae
4 changed files with 13 additions and 4 deletions
  1. 6 0
      ChangeLog
  2. 4 3
      doc/aria2c.1
  3. 2 1
      doc/aria2c.1.html
  4. 1 0
      doc/aria2c.1.txt

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2008-12-04  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Documented the default value of --check-certificate option in man
+	page.
+	* doc/aria2c.1.txt
+
 2008-12-04  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Enabled --check-certificate by default.  Added compile

+ 4 - 3
doc/aria2c.1

@@ -1,11 +1,11 @@
 .\"     Title: aria2c
 .\"    Author: 
 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
-.\"      Date: 12/03/2008
+.\"      Date: 12/04/2008
 .\"    Manual: 
 .\"    Source: 
 .\"
-.TH "ARIA2C" "1" "12/03/2008" "" ""
+.TH "ARIA2C" "1" "12/04/2008" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -246,7 +246,8 @@ option to specify the private key\&.
 .RS 4
 Verify the peer using certificates specified in
 \fB\-\-ca\-certificate\fR
-option\&.
+option\&. Default:
+\fItrue\fR
 .RE
 .PP
 \fB\-\-http\-auth\-scheme\fR=SCHEME

+ 2 - 1
doc/aria2c.1.html

@@ -683,6 +683,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
 <dd>
 <p>
   Verify the peer using certificates specified in <strong>--ca-certificate</strong> option.
+  Default: <em>true</em>
 </p>
 </dd>
 <dt>
@@ -2030,7 +2031,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2008-12-03 00:54:19 JST
+Last updated 2008-12-04 01:08:46 JST
 </div>
 </div>
 </body>

+ 1 - 0
doc/aria2c.1.txt

@@ -181,6 +181,7 @@ HTTP Specific Options
 
 *--check-certificate*[='true'|'false']::
   Verify the peer using certificates specified in *--ca-certificate* option.
+  Default: 'true'
 
 *--http-auth-scheme*=SCHEME::
   Set HTTP authentication scheme.