diff --git a/ChangeLog b/ChangeLog
index 4f0f778a..4f879094 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-19 Tatsuhiro Tsujikawa
+
+ Added doc for --bt-max-peers option.
+ * doc/aria2c.1.txt
+
2009-01-19 Tatsuhiro Tsujikawa
Added doc for --bt-hash-check-seed option.
diff --git a/doc/aria2c.1 b/doc/aria2c.1
index 75d4a4c8..9de005be 100644
--- a/doc/aria2c.1
+++ b/doc/aria2c.1
@@ -423,6 +423,16 @@ Specify maximum number of files to open in each BitTorrent download\&. Default:
\fI100\fR
.RE
.PP
+\fB\-\-bt\-max\-peers\fR=NUM
+.RS 4
+Specify the maximum number of peers per torrent\&.
+\fI0\fR
+means unlimited\&. See also
+\fB\-\-bt\-request\-peer\-speed\-limit\fR
+option\&. Default:
+\fI55\fR
+.RE
+.PP
\fB\-\-bt\-min\-crypto\-level\fR=\fIplain\fR|\fIarc4\fR
.RS 4
Set minimum level of encryption method\&. If several encryption methods are provided by a peer, aria2 chooses the lowest one which satisfies the given level\&. Default:
diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html
index ddfbd364..1d7e1706 100644
--- a/doc/aria2c.1.html
+++ b/doc/aria2c.1.html
@@ -947,6 +947,16 @@ writes the piece to the appropriate files.
+--bt-max-peers=NUM
+
+
+
+ Specify the maximum number of peers per torrent. 0 means
+ unlimited. See also --bt-request-peer-speed-limit option.
+ Default: 55
+
+
+
--bt-min-crypto-level=plain|arc4
@@ -2164,7 +2174,7 @@ files in the program, then also delete it here.