diff --git a/docs/manual.html b/docs/manual.html index 5a6f56651..e599d808b 100755 --- a/docs/manual.html +++ b/docs/manual.html @@ -25,7 +25,7 @@
  • ~session()
  • add_torrent()
  • remove_torrent()
  • -
  • set_upload_rate_limit() set_downlad_rate_limit()
  • +
  • set_upload_rate_limit() set_download_rate_limit()
  • status()
  • is_listening() listen_port() listen_on()
  • pop_alert() set_severity_level()
  • @@ -423,8 +423,8 @@ void remove_torrent(torrent_handle const& h);

    remove_torrent() will close all peer connections associated with the torrent and tell the tracker that we've stopped participating in the swarm.

    -
    -

    set_upload_rate_limit() set_downlad_rate_limit()

    +
    +

    set_upload_rate_limit() set_download_rate_limit()

     void set_upload_rate_limit(int bytes_per_second);
    diff --git a/docs/manual.rst b/docs/manual.rst
    index 2b3de63aa..11e23f0c4 100755
    --- a/docs/manual.rst
    +++ b/docs/manual.rst
    @@ -335,7 +335,7 @@ the tracker that we've stopped participating in the swarm.
     
     
     set_upload_rate_limit() set_download_rate_limit()
    -------------------------------------------------
    +-------------------------------------------------
     
     	::