mirror of https://github.com/aria2/aria2
2010-04-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated doc for --event-poll option. * doc/aria2c.1.txtpull/1/head
parent
2480b0efcc
commit
fabe7d98d4
|
@ -1,3 +1,8 @@
|
||||||
|
2010-04-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Updated doc for --event-poll option.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2010-04-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2010-04-25 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Bump up version number to 1.9.2
|
Bump up version number to 1.9.2
|
||||||
|
|
22
doc/aria2c.1
22
doc/aria2c.1
|
@ -1121,12 +1121,24 @@ Enable directI/O, which lowers cpu usage while allocating/checking files\&. Turn
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-event\-poll\fR=POLL
|
\fB\-\-event\-poll\fR=POLL
|
||||||
.RS 4
|
.RS 4
|
||||||
Specify the method for polling events\&. The possible Values are
|
Specify the method for polling events\&. The possible values are
|
||||||
\fIepoll\fR
|
\fIepoll\fR,
|
||||||
|
\fIkqueue\fR,
|
||||||
|
\fIport\fR,
|
||||||
|
\fIpoll\fR
|
||||||
and
|
and
|
||||||
\fIselect\fR\&. If you use recent Linux that has epoll, then the default value is
|
\fIselect\fR\&. For each
|
||||||
\fIepoll\fR\&. Otherwise, the default value is
|
\fIepoll\fR,
|
||||||
\fIselect\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
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-file\-allocation\fR=METHOD
|
\fB\-\-file\-allocation\fR=METHOD
|
||||||
|
|
|
@ -1952,10 +1952,12 @@ writes the piece to the appropriate files.</td>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
Specify the method for polling events. The possible Values are
|
Specify the method for polling events. The possible values are
|
||||||
<em>epoll</em> and <em>select</em>. If you use recent Linux that has epoll, then
|
<em>epoll</em>, <em>kqueue</em>, <em>port</em>, <em>poll</em> and <em>select</em>. For each <em>epoll</em>,
|
||||||
the default value is <em>epoll</em>. Otherwise, the default value is
|
<em>kqueue</em>, <em>port</em> and <em>poll</em>, it is available if system supports it.
|
||||||
<em>select</em>.
|
<em>epoll</em> is available on recent Linux. <em>kqueue</em> is available on
|
||||||
|
various *BSD systems including Mac OS X. <em>port</em> is available on Open
|
||||||
|
Solaris. The default value may vary depending on the system you use.
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<dt class="hdlist1">
|
||||||
|
@ -4195,7 +4197,7 @@ files in the program, then also delete it here.</p></div>
|
||||||
<div id="footnotes"><hr /></div>
|
<div id="footnotes"><hr /></div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2010-04-25 19:13:29 JST
|
Last updated 2010-04-25 19:23:39 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -765,10 +765,13 @@ Advanced Options
|
||||||
Default: 'true'
|
Default: 'true'
|
||||||
|
|
||||||
*--event-poll*=POLL::
|
*--event-poll*=POLL::
|
||||||
Specify the method for polling events. The possible Values are
|
|
||||||
'epoll' and 'select'. If you use recent Linux that has epoll, then
|
Specify the method for polling events. The possible values are
|
||||||
the default value is 'epoll'. Otherwise, the default value is
|
'epoll', 'kqueue', 'port', 'poll' and 'select'. For each 'epoll',
|
||||||
'select'.
|
'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.
|
||||||
|
|
||||||
*--file-allocation*=METHOD::
|
*--file-allocation*=METHOD::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue