ソースを参照

2008-12-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Escaped '--' with '\--'
	* README
Tatsuhiro Tsujikawa 17 年 前
コミット
9450853fe5
3 ファイル変更20 行追加15 行削除
  1. 5 0
      ChangeLog
  2. 7 7
      README
  3. 8 8
      README.html

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2008-12-17  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Escaped '--' with '\--'
+	* README
+	
 2008-12-17  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Updated "How to build" section in README. Mentioned about

+ 7 - 7
README

@@ -71,14 +71,14 @@ Firefox3 cookie       libsqlite3
 
 Note;;
   GNU TLS has precedence over OpenSSL if both libraries are installed.
-  If you prefer OpenSSL, run configure with "--without-gnutls".
+  If you prefer OpenSSL, run configure with \--without-gnutls.
 
 Note;;
   libxml2 has precedence over Expat if both libraries are installed.
-  If you prefer Expat, run configure with "--without-libxml2".
+  If you prefer Expat, run configure with \--without-libxml2.
 
 You can disable BitTorrent, Metalink support by providing
---disable-bittorrent, --disable-metalink respectively to configure
+\--disable-bittorrent, \--disable-metalink respectively to configure
 script.
 
 In order to enable async DNS support, you need c-ares.
@@ -168,9 +168,9 @@ In the default behavior, before download starts, a complete directory
 structure is created if needed. By default, aria2 opens at most 100
 files mentioned in .torrent file, directly writes to and reads from
 these files. The number of files to open simultaneously can be
-controlled by "--bt-max-open-files" option.
+controlled by \--bt-max-open-files option.
 
-If "--direct-file-mapping" option set to be false, aria2 creates
+If \--direct-file-mapping option set to be false, aria2 creates
 temporary file in the store directory. The length of this file is the
 sum of length of the files in .torrent file, so at least 2 times more
 disk space than the file size itself is required. Writing and reading
@@ -193,7 +193,7 @@ Other things should be noted
   configure your router or firewall manually.
 * The maximum number of peers is 55. This limit may be exceeded when
   download rate is low. This download rate can be adjusted using
-  --bt-request-peer-speed-limit option.
+  \--bt-request-peer-speed-limit option.
 * As of release 0.10.0, aria2 stops sending request message after
   selective download completes.
 
@@ -264,7 +264,7 @@ Configuration file
 Configuration file must be placed under $HOME/.aria2 and must be named
 as aria2.conf.  In each line, there is 1 parameter whose syntax is
 name=value pair, where name is the long command-line option name
-without '--' prefix.  The lines beginning '#' are treated as comments.
+without \-- prefix.  The lines beginning '#' are treated as comments.
 
 Example:
 --------------------------------------

+ 8 - 8
README.html

@@ -590,7 +590,7 @@ Note
 <dd>
 <p>
   GNU TLS has precedence over OpenSSL if both libraries are installed.
-  If you prefer OpenSSL, run configure with "&#8212;without-gnutls".
+  If you prefer OpenSSL, run configure with --without-gnutls.
 </p>
 </dd>
 <dt>
@@ -599,12 +599,12 @@ Note
 <dd>
 <p>
   libxml2 has precedence over Expat if both libraries are installed.
-  If you prefer Expat, run configure with "&#8212;without-libxml2".
+  If you prefer Expat, run configure with --without-libxml2.
 </p>
 </dd>
 </dl></div>
 <div class="para"><p>You can disable BitTorrent, Metalink support by providing
-&#8212;disable-bittorrent, &#8212;disable-metalink respectively to configure
+--disable-bittorrent, --disable-metalink respectively to configure
 script.</p></div>
 <div class="para"><p>In order to enable async DNS support, you need c-ares.</p></div>
 <div class="ilist"><ul>
@@ -739,8 +739,8 @@ multi-file mode
 structure is created if needed. By default, aria2 opens at most 100
 files mentioned in .torrent file, directly writes to and reads from
 these files. The number of files to open simultaneously can be
-controlled by "&#8212;bt-max-open-files" option.</p></div>
-<div class="para"><p>If "&#8212;direct-file-mapping" option set to be false, aria2 creates
+controlled by --bt-max-open-files option.</p></div>
+<div class="para"><p>If --direct-file-mapping option set to be false, aria2 creates
 temporary file in the store directory. The length of this file is the
 sum of length of the files in .torrent file, so at least 2 times more
 disk space than the file size itself is required. Writing and reading
@@ -774,7 +774,7 @@ aria2 doesn't configure port-forwarding automatically. Please
 <p>
 The maximum number of peers is 55. This limit may be exceeded when
   download rate is low. This download rate can be adjusted using
-  &#8212;bt-request-peer-speed-limit option.
+  --bt-request-peer-speed-limit option.
 </p>
 </li>
 <li>
@@ -874,7 +874,7 @@ host=localhost, protocol=ftp, dl_speed=0, last_updated=1222491632, status=ERROR<
 <div class="para"><p>Configuration file must be placed under $HOME/.aria2 and must be named
 as aria2.conf.  In each line, there is 1 parameter whose syntax is
 name=value pair, where name is the long command-line option name
-without <em>&#8212;</em> prefix.  The lines beginning <em>#</em> are treated as comments.</p></div>
+without -- prefix.  The lines beginning <em>#</em> are treated as comments.</p></div>
 <div class="para"><p>Example:</p></div>
 <div class="listingblock">
 <div class="content">
@@ -886,7 +886,7 @@ max-upload-limit=40K</tt></pre>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2008-12-17 21:33:30 JST
+Last updated 2008-12-17 21:37:38 JST
 </div>
 </div>
 </body>