diff --git a/ChangeLog b/ChangeLog
index 019fdbf9..10507bc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-25 Tatsuhiro Tsujikawa
+
+ Updated doc for --event-poll option.
+ * doc/aria2c.1.txt
+
2010-04-25 Tatsuhiro Tsujikawa
Bump up version number to 1.9.2
diff --git a/doc/aria2c.1 b/doc/aria2c.1
index 4ab9f19d..18824eb5 100644
--- a/doc/aria2c.1
+++ b/doc/aria2c.1
@@ -1121,12 +1121,24 @@ Enable directI/O, which lowers cpu usage while allocating/checking files\&. Turn
.PP
\fB\-\-event\-poll\fR=POLL
.RS 4
-Specify the method for polling events\&. The possible Values are
-\fIepoll\fR
+Specify the method for polling events\&. The possible values are
+\fIepoll\fR,
+\fIkqueue\fR,
+\fIport\fR,
+\fIpoll\fR
and
-\fIselect\fR\&. If you use recent Linux that has epoll, then the default value is
-\fIepoll\fR\&. Otherwise, the default value is
-\fIselect\fR\&.
+\fIselect\fR\&. For each
+\fIepoll\fR,
+\fIkqueue\fR,
+\fIport\fR
+and
+\fIpoll\fR, it is available if system supports it\&.
+\fIepoll\fR
+is available on recent Linux\&.
+\fIkqueue\fR
+is available on various *BSD systems including Mac OS X\&.
+\fIport\fR
+is available on Open Solaris\&. The default value may vary depending on the system you use\&.
.RE
.PP
\fB\-\-file\-allocation\fR=METHOD
diff --git a/doc/aria2c.1.html b/doc/aria2c.1.html
index d6ee07e0..a0516e98 100644
--- a/doc/aria2c.1.html
+++ b/doc/aria2c.1.html
@@ -1952,10 +1952,12 @@ writes the piece to the appropriate files.
- Specify the method for polling events. The possible Values are
- epoll and select. If you use recent Linux that has epoll, then
- the default value is epoll. Otherwise, the default value is
- select.
+ Specify the method for polling events. The possible values are
+ epoll, kqueue, port, poll and select. For each epoll,
+ kqueue, port and poll, it is available if system supports it.
+ epoll is available on recent Linux. kqueue is available on
+ various *BSD systems including Mac OS X. port is available on Open
+ Solaris. The default value may vary depending on the system you use.
@@ -4195,7 +4197,7 @@ files in the program, then also delete it here.