Update 'Network Topology Monitoring' to clarify that only services discovered via a particular network interface that has now been dropped should be removed.
--- a/discovery-api/Overview.src.html Mon Feb 04 15:52:32 2013 +0100
+++ b/discovery-api/Overview.src.html Mon Feb 04 16:02:58 2013 +0100
@@ -1592,8 +1592,9 @@
</h3>
<div>
<p>
- When the <a>user agent</a> detects that the user has dropped from their connected network then, for each
- <var>existing service record</var> in the <a>list of available service records</a>, the user agent MUST run
+ When the <a>user agent</a> detects that the user has dropped from a connected network then, for each
+ <var>existing service record</var> in the <a>list of available service records</a> discovered via that network connection,
+ the <a>user agent</a> MUST run
the general rule for <a>removing an available service</a> passing in each <var>existing service
record</var>'s <code>id</code> property as the only argument for each call.
</p>