mirror of https://github.com/aria2/aria2
2010-10-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Enclosed dht.dat path with single quote. * doc/aria2c.1.txtpull/1/head
parent
3cdb25eaea
commit
379ab7dd09
|
@ -1,3 +1,8 @@
|
|||
2010-10-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Enclosed dht.dat path with single quote.
|
||||
* doc/aria2c.1.txt
|
||||
|
||||
2010-10-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Fixed formatting errors. Added toc list to aria2c.1.html. Escaped
|
||||
|
|
|
@ -1669,7 +1669,7 @@ ftp\-pasv=true
|
|||
.\}
|
||||
.SS "dht\&.dat"
|
||||
.sp
|
||||
By default, the routing table of IPv4 DHT is saved to the path $HOME/\&.aria2/dht\&.dat and the routing table of IPv6 DHT is saved to the path $HOME/\&.aria2/dht6\&.dat\&.
|
||||
By default, the routing table of IPv4 DHT is saved to the path \fI$HOME/\&.aria2/dht\&.dat\fR and the routing table of IPv6 DHT is saved to the path \fI$HOME/\&.aria2/dht6\&.dat\fR\&.
|
||||
.SS "Netrc"
|
||||
.sp
|
||||
Netrc support is enabled by default for HTTP(S)/FTP\&. To disable netrc support, specify \fB\-n\fR option\&. Your \&.netrc file should have correct permissions(600)\&.
|
||||
|
|
|
@ -2630,8 +2630,8 @@ ftp-pasv=true</tt></pre>
|
|||
</div></div>
|
||||
<h3 id="_dht_dat">dht.dat</h3><div style="clear:left"></div>
|
||||
<div class="paragraph"><p>By default, the routing table of IPv4 DHT is saved to the path
|
||||
$HOME/.aria2/dht.dat and the routing table of IPv6 DHT is saved to the
|
||||
path $HOME/.aria2/dht6.dat.</p></div>
|
||||
<em>$HOME/.aria2/dht.dat</em> and the routing table of IPv6 DHT is saved to
|
||||
the path <em>$HOME/.aria2/dht6.dat</em>.</p></div>
|
||||
<h3 id="_netrc">Netrc</h3><div style="clear:left"></div>
|
||||
<div class="paragraph"><p>Netrc support is enabled by default for HTTP(S)/FTP. To disable netrc
|
||||
support, specify <strong>-n</strong> option. Your .netrc file should have correct
|
||||
|
@ -4423,7 +4423,7 @@ files in the program, then also delete it here.</p></div>
|
|||
<div id="footnotes"><hr /></div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2010-10-22 22:40:56 JST
|
||||
Last updated 2010-10-22 22:58:37 JST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -1202,8 +1202,8 @@ dht.dat
|
|||
~~~~~~~~
|
||||
|
||||
By default, the routing table of IPv4 DHT is saved to the path
|
||||
$HOME/.aria2/dht.dat and the routing table of IPv6 DHT is saved to the
|
||||
path $HOME/.aria2/dht6.dat.
|
||||
'$HOME/.aria2/dht.dat' and the routing table of IPv6 DHT is saved to
|
||||
the path '$HOME/.aria2/dht6.dat'.
|
||||
|
||||
Netrc
|
||||
~~~~~
|
||||
|
|
Loading…
Reference in New Issue