소스 검색

2010-10-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Enclosed dht.dat path with single quote.
	* doc/aria2c.1.txt
Tatsuhiro Tsujikawa 15 년 전
부모
커밋
379ab7dd09
4개의 변경된 파일11개의 추가작업 그리고 6개의 파일을 삭제
  1. 5 0
      ChangeLog
  2. 1 1
      doc/aria2c.1
  3. 3 3
      doc/aria2c.1.html
  4. 2 2
      doc/aria2c.1.txt

+ 5 - 0
ChangeLog

@@ -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

+ 1 - 1
doc/aria2c.1

@@ -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)\&.

+ 3 - 3
doc/aria2c.1.html

@@ -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>

+ 2 - 2
doc/aria2c.1.txt

@@ -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
 ~~~~~