mirror of https://github.com/aria2/aria2
2009-12-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented in man page that if getifaddrs() is missing, --interface option doesn't accept interface name. * doc/aria2c.1.txtpull/1/head
parent
3a1a8868d5
commit
66e864daf2
|
@ -1,3 +1,9 @@
|
||||||
|
2009-12-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Documented in man page that if getifaddrs() is missing,
|
||||||
|
--interface option doesn't accept interface name.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2009-12-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-12-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Use last 8 bytes of peer ID as 'key' parameter for tracker request.
|
Use last 8 bytes of peer ID as 'key' parameter for tracker request.
|
||||||
|
|
|
@ -943,7 +943,7 @@ Bind sockets to given interface\&. You can specify interface name, IP address an
|
||||||
.ps -1
|
.ps -1
|
||||||
.br
|
.br
|
||||||
.sp
|
.sp
|
||||||
If an interface has multiple addresses, it is highly recommended to specify IP address explicitly\&. See also \fB\-\-disable\-ipv6\fR\&.
|
If an interface has multiple addresses, it is highly recommended to specify IP address explicitly\&. See also \fB\-\-disable\-ipv6\fR\&. If your system doesn\(cqt have getifaddrs(), this option doesn\(cqt accept interface name\&.
|
||||||
.sp .5v
|
.sp .5v
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
|
|
@ -1752,8 +1752,10 @@ writes the piece to the appropriate files.</td>
|
||||||
<td class="icon">
|
<td class="icon">
|
||||||
<div class="title">Note</div>
|
<div class="title">Note</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="content">If an interface has multiple addresses, it is highly recommended to specify
|
<td class="content">If an interface has multiple addresses, it is highly recommended to
|
||||||
IP address explicitly. See also <strong>--disable-ipv6</strong>.</td>
|
specify IP address explicitly. See also <strong>--disable-ipv6</strong>. If your
|
||||||
|
system doesn’t have getifaddrs(), this option doesn’t accept interface
|
||||||
|
name.</td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
</div>
|
</div>
|
||||||
<div class="dlist"><dl>
|
<div class="dlist"><dl>
|
||||||
|
@ -3458,7 +3460,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-12-05 16:46:00 JST
|
Last updated 2009-12-05 18:17:44 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -649,8 +649,10 @@ Advanced Options
|
||||||
Possible Values: interface, IP address, hostname
|
Possible Values: interface, IP address, hostname
|
||||||
|
|
||||||
[NOTE]
|
[NOTE]
|
||||||
If an interface has multiple addresses, it is highly recommended to specify
|
If an interface has multiple addresses, it is highly recommended to
|
||||||
IP address explicitly. See also *--disable-ipv6*.
|
specify IP address explicitly. See also *--disable-ipv6*. If your
|
||||||
|
system doesn't have getifaddrs(), this option doesn't accept interface
|
||||||
|
name.
|
||||||
|
|
||||||
*--log-level*=LEVEL::
|
*--log-level*=LEVEL::
|
||||||
Set log level to output.
|
Set log level to output.
|
||||||
|
|
Loading…
Reference in New Issue