fixed typo on features page

This commit is contained in:
Arvid Norberg 2011-07-10 07:21:57 +00:00
parent 0d959ed697
commit 8aaed9680e
2 changed files with 2 additions and 8 deletions

View File

@ -141,7 +141,7 @@ piece's hash is verified the first time it is requested.</li>
<div class="section" id="network">
<h2>network</h2>
<ul class="simple">
<li>a high quality uTP implementation (<a href="#id17"><span class="problematic" id="id18">BEP29_</span></a>). A transport protocol with
<li>a high quality uTP implementation (<a class="reference external" href="http://bittorrent.org/beps/bep_0029.html">BEP 29</a>). A transport protocol with
delay based congestion control. See separate <a class="reference external" href="utp.html">article</a>.</li>
<li>adjusts the length of the request queue depending on download rate.</li>
<li>serves multiple torrents on a single port and in a single thread</li>
@ -391,12 +391,6 @@ epoll on linux and kqueue on MacOS X and BSD.</p>
<li>GCC 2.95.4</li>
<li>msvc6</li>
</ul>
</div>
<div class="system-messages section">
<h1>Docutils System Messages</h1>
<div class="system-message" id="id17">
<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">features.rst</tt>, line 82); <em><a href="#id18">backlink</a></em></p>
Unknown target name: &quot;bep29&quot;.</div>
</div>
</div>
<div id="footer">

View File

@ -79,7 +79,7 @@ disk management
network
-------
* a high quality uTP implementation (BEP29_). A transport protocol with
* a high quality uTP implementation (`BEP 29`_). A transport protocol with
delay based congestion control. See separate article_.
* adjusts the length of the request queue depending on download rate.
* serves multiple torrents on a single port and in a single thread