diff --git a/ChangeLog b/ChangeLog
index 06782df4..7795a058 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-16 Tatsuhiro Tsujikawa
+
+ Made the default value of --ftp-pasv option set to true and it can take
+ true/false values.
+ * src/OptionHandlerFactory.cc
+ * src/option_processing.cc
+ * src/usage_text.h
+ * doc/aria2c.1.txt
+
2008-11-15 Tatsuhiro Tsujikawa
Given custom random number generator to std::random_shuffle.
diff --git a/doc/aria2c.1 b/doc/aria2c.1
index 139b3134..fa0289fe 100644
--- a/doc/aria2c.1
+++ b/doc/aria2c.1
@@ -1,11 +1,11 @@
.\" Title: aria2c
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.73.2
-.\" Date: 11/15/2008
+.\" Date: 11/16/2008
.\" Manual:
.\" Source:
.\"
-.TH "ARIA2C" "1" "11/15/2008" "" ""
+.TH "ARIA2C" "1" "11/16/2008" "" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -341,9 +341,12 @@ Set FTP password\&. This affects all URLs\&. Default:
\fIARIA2USER@\fR
.RE
.PP
-\fB\-p\fR, \fB\-\-ftp\-pasv\fR
+\fB\-p\fR, \fB\-\-ftp\-pasv\fR[=\fItrue\fR|\fIfalse\fR]
.RS 4
-Use passive mode in FTP\&.
+Use the passive mode in FTP\&. If
+\fIfalse\fR
+is given, the active mode will be used\&. Default:
+\fItrue\fR
.RE
.PP
\fB\-\-ftp\-proxy\fR=PROXY
diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html
index b152b4f2..e3278fb0 100644
--- a/doc/aria2c.1.html
+++ b/doc/aria2c.1.html
@@ -827,11 +827,13 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip
--p, --ftp-pasv
+-p, --ftp-pasv[=true|false]
- Use passive mode in FTP.
+ Use the passive mode in FTP.
+ If false is given, the active mode will be used.
+ Default: true
@@ -2019,7 +2021,7 @@ files in the program, then also delete it here.