Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-06-25 22:59:40 +0000
committereutarass2009-06-25 22:59:40 +0000
commitf68e497c73bccf6b31a5e94312c2fac79322a801 (patch)
treefbf684a6a26bc36604dbd8c465c643f79fe3b8e3 /docs/TCF Specification.html
parentc9d744746485204269b5df4d939ca34dcf73fa16 (diff)
downloadorg.eclipse.tcf-f68e497c73bccf6b31a5e94312c2fac79322a801.tar.gz
org.eclipse.tcf-f68e497c73bccf6b31a5e94312c2fac79322a801.tar.xz
org.eclipse.tcf-f68e497c73bccf6b31a5e94312c2fac79322a801.zip
Created initial version of TCF Agent Porting Guide
Changed mailing list name from dsdp-tm-dev to dsdp-tcf-dev in TCF docs
Diffstat (limited to 'docs/TCF Specification.html')
-rw-r--r--docs/TCF Specification.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TCF Specification.html b/docs/TCF Specification.html
index d86eb5791..41f38e834 100644
--- a/docs/TCF Specification.html
+++ b/docs/TCF Specification.html
@@ -8,7 +8,7 @@
<h1>Target Communication Framework Specification</h1>
<p>Copyright (c) 2007, 2008 Wind River Systems, Inc. Made available under the EPL v1.0
-<p>Direct comments, questions to the <a href="mailto:dsdp-tm-dev@eclipse.org">dsdp-tm-dev@eclipse.org</a> mailing list
+<p>Direct comments, questions to the <a href="mailto:dsdp-tcf-dev@eclipse.org">dsdp-tcf-dev@eclipse.org</a> mailing list
<h1>Table of Contents</h1>
@@ -899,7 +899,7 @@ Receive: R 3 &ldquo;Already suspended&rdquo;
<font color=#3F5FBF>/**
* Called when channel closed. If it is closed because of an error,
- * ‘error’ parameter will describe the error. ‘error’ is null if channel
+ * ‘error’ parameter will describe the error. ‘error’ is null if channel
* is closed normally by calling Channel.close().
* <font color=#7F9FBF>@param</font> error - channel exception or null
*/</font>

Back to the top