mirror of https://github.com/aria2/aria2
2009-12-04 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented --interface option in man page. * doc/aria2c.1.txtpull/1/head
parent
958c48abf9
commit
56265173bd
|
@ -1,3 +1,8 @@
|
||||||
|
2009-12-04 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Documented --interface option in man page.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2009-12-04 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-12-04 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Try resolved address in the order received from the resolver.
|
Try resolved address in the order received from the resolver.
|
||||||
|
|
25
doc/aria2c.1
25
doc/aria2c.1
|
@ -2,12 +2,12 @@
|
||||||
.\" Title: aria2c
|
.\" Title: aria2c
|
||||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||||
.\" Date: 11/29/2009
|
.\" Date: 12/04/2009
|
||||||
.\" Manual: Aria2 Manual
|
.\" Manual: Aria2 Manual
|
||||||
.\" Source: Aria2
|
.\" Source: Aria2
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "ARIA2C" "1" "11/29/2009" "Aria2" "Aria2 Manual"
|
.TH "ARIA2C" "1" "12/04/2009" "Aria2" "Aria2 Manual"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * set default formatting
|
.\" * set default formatting
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
@ -920,6 +920,27 @@ Default:
|
||||||
\fIprealloc\fR
|
\fIprealloc\fR
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
\fB\-\-interface\fR=INTERFACE
|
||||||
|
.RS 4
|
||||||
|
Bind sockets to given interface\&. You can specify interface name, IP address and hostname\&. Possible Values: interface, IP address, hostname
|
||||||
|
.RE
|
||||||
|
.if n \{\
|
||||||
|
.sp
|
||||||
|
.\}
|
||||||
|
.RS 4
|
||||||
|
.it 1 an-trap
|
||||||
|
.nr an-no-space-flag 1
|
||||||
|
.nr an-break-flag 1
|
||||||
|
.br
|
||||||
|
.ps +1
|
||||||
|
\fBNote\fR
|
||||||
|
.ps -1
|
||||||
|
.br
|
||||||
|
.sp
|
||||||
|
If an interface has multiple addresses, it is highly recommended to specify IP address explicitly\&.
|
||||||
|
.sp .5v
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
\fB\-\-log\-level\fR=LEVEL
|
\fB\-\-log\-level\fR=LEVEL
|
||||||
.RS 4
|
.RS 4
|
||||||
Set log level to output\&. LEVEL is either
|
Set log level to output\&. LEVEL is either
|
||||||
|
|
|
@ -1727,6 +1727,27 @@ writes the piece to the appropriate files.</td>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt class="hdlist1">
|
<dt class="hdlist1">
|
||||||
|
<strong>--interface</strong>=INTERFACE
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
<p>
|
||||||
|
Bind sockets to given interface. You can specify interface name, IP
|
||||||
|
address and hostname.
|
||||||
|
Possible Values: interface, IP address, hostname
|
||||||
|
</p>
|
||||||
|
</dd>
|
||||||
|
</dl></div>
|
||||||
|
<div class="admonitionblock">
|
||||||
|
<table><tr>
|
||||||
|
<td class="icon">
|
||||||
|
<div class="title">Note</div>
|
||||||
|
</td>
|
||||||
|
<td class="content">If an interface has multiple addresses, it is highly recommended to specify
|
||||||
|
IP address explicitly.</td>
|
||||||
|
</tr></table>
|
||||||
|
</div>
|
||||||
|
<div class="dlist"><dl>
|
||||||
|
<dt class="hdlist1">
|
||||||
<strong>--log-level</strong>=LEVEL
|
<strong>--log-level</strong>=LEVEL
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
@ -3426,7 +3447,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 2009-11-29 21:37:42 JST
|
Last updated 2009-12-04 16:45:39 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -636,6 +636,16 @@ Advanced Options
|
||||||
Possible Values: 'none', 'prealloc', 'falloc'
|
Possible Values: 'none', 'prealloc', 'falloc'
|
||||||
Default: 'prealloc'
|
Default: 'prealloc'
|
||||||
|
|
||||||
|
*--interface*=INTERFACE::
|
||||||
|
|
||||||
|
Bind sockets to given interface. You can specify interface name, IP
|
||||||
|
address and hostname.
|
||||||
|
Possible Values: interface, IP address, hostname
|
||||||
|
|
||||||
|
[NOTE]
|
||||||
|
If an interface has multiple addresses, it is highly recommended to specify
|
||||||
|
IP address explicitly.
|
||||||
|
|
||||||
*--log-level*=LEVEL::
|
*--log-level*=LEVEL::
|
||||||
Set log level to output.
|
Set log level to output.
|
||||||
LEVEL is either 'debug', 'info', 'notice', 'warn' or 'error'.
|
LEVEL is either 'debug', 'info', 'notice', 'warn' or 'error'.
|
||||||
|
|
Loading…
Reference in New Issue