From 6b3ac0be2aa29ccb324fd48bb25608bbe148a209 Mon Sep 17 00:00:00 2001
From: Arvid Norberg
Date: Mon, 7 Apr 2008 00:15:36 +0000
Subject: [PATCH] documentation fixes
---
docs/manual.html | 28 ++++------------------------
docs/manual.rst | 7 ++++---
2 files changed, 8 insertions(+), 27 deletions(-)
diff --git a/docs/manual.html b/docs/manual.html
index 77c4cc444..298398c27 100644
--- a/docs/manual.html
+++ b/docs/manual.html
@@ -218,7 +218,8 @@ the session, it conta
construct a session
-start DHT, LSD, UPnP, NAT-PMP etc (see start_dht_, start_lsd_, start_upnp_ and start_natpmp_)
+start DHT, LSD, UPnP, NAT-PMP etc (see start_dht() stop_dht() set_dht_settings() dht_state()
+start_lsd() stop_lsd(), start_upnp() stop_upnp() and start_natpmp() stop_natpmp())
parse .torrent-files and add them to the session (see bdecode() bencode() and add_torrent())
@@ -1019,7 +1020,7 @@ port are attempted to be forwarded on local UPnP router devices.
The upnp object returned by start_upnp() can be used to add and remove
arbitrary port mappings. Mapping status is returned through the
portmap_alert and the portmap_error_alert. The object will be valid until
-stop_upnp_ is called. See UPnP and NAT-PMP.
+stop_upnp() is called. See UPnP and NAT-PMP.
It is off by default.
@@ -1035,7 +1036,7 @@ port are attempted to be forwarded on the router through NAT-PMP.
The natpmp object returned by start_natpmp() can be used to add and remove
arbitrary port mappings. Mapping status is returned through the
portmap_alert and the portmap_error_alert. The object will be valid until
-stop_upnp_ is called. See UPnP and NAT-PMP.
+
stop_natpmp() is called. See
UPnP and NAT-PMP.
It is off by default.
@@ -4546,27 +4547,6 @@ scripts.
Project is hosted by sourceforge.

-
-
Docutils System Messages
-
-
System Message: ERROR/3 (manual.rst, line 21); backlink
-Unknown target name: "start_dht".
-
-
System Message: ERROR/3 (manual.rst, line 21); backlink
-Unknown target name: "start_lsd".
-
-
System Message: ERROR/3 (manual.rst, line 21); backlink
-Unknown target name: "start_upnp".
-
-
System Message: ERROR/3 (manual.rst, line 21); backlink
-Unknown target name: "start_natpmp".
-
-
System Message: ERROR/3 (manual.rst, line 893); backlink
-Unknown target name: "stop_upnp".
-
-
System Message: ERROR/3 (manual.rst, line 911); backlink
-Unknown target name: "stop_upnp".
-