From 7728fbd1793c6c44f88d85ece549d7ab529b448e Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 10 Mar 2007 20:33:54 +0000 Subject: [PATCH] regenerated docs --- docs/manual.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/manual.html b/docs/manual.html index cddbf515f..f3c611476 100755 --- a/docs/manual.html +++ b/docs/manual.html @@ -3,7 +3,7 @@ - + libtorrent API Documentation @@ -1510,7 +1510,8 @@ void use_interface(char const* net_interface) const;

use_interface() sets the network interface this torrent will use when it opens outgoing connections. By default, it uses the same interface as the session uses to listen on. The -parameter can be a string containing an ip-address or a hostname.

+parameter must be a string containing an ip-address (either an IPv4 or IPv6 address). If +the string does not conform to this format and exception is thrown.

info_hash()

@@ -2551,7 +2552,7 @@ generated as severity level warni
 struct url_seed_alert: torrent_alert
 {
-        url_seed_alert(torrent_handle const& h, std::string const& h
+        url_seed_alert(torrent_handle const& h, std::string const& url
                 , const std::string& msg);
         virtual std::auto_ptr<alert> clone() const;