From 4661c5ea914073d58e29948259d1290805431076 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 1 Jul 2004 18:52:19 +0000 Subject: [PATCH] *** empty log message *** --- docs/manual.html | 6 +++--- docs/manual.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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()
    -------------------------------------------------
    +-------------------------------------------------
     
     	::