diff -u -r jakarta-ant-1.5alpha/docs/manual/OptionalTasks/telnet.html patching/docs/manual/OptionalTasks/telnet.html
--- jakarta-ant-1.5alpha/docs/manual/OptionalTasks/telnet.html	Mon Mar 25 04:49:44 2002
+++ patching/docs/manual/OptionalTasks/telnet.html	Mon Mar 25 15:23:16 2002
@@ -125,6 +125,19 @@
    &lt;read timeout=&quot;10&quot;&gt;&amp;lt;/HTML&amp;gt;&lt;/read&gt;
 &lt;/telnet&gt;
 </pre></blockquote>
+
+You can also tell the task to translate any properties that it sees in the read
+or write statements. This behaviour is disabled by default because of the likelehood 
+that a shell expansion statement may be mistaken for an Ant property.<br>
+For example, the following can be used:
+<blockquote><pre>
+&lt;telnet userid=&quot;bob&quot; password=&quot;badpass&quot; server=&quot;localhost&quot; timeout=&quot;20&quot;&gt;
+   &lt;read&gt;/home/bob&lt;/read&gt;
+   &lt;write translateProperties=&quot;true&quot;&gt;cd ${AppDir}&lt;/write&gt;
+&lt;/telnet&gt;
+</pre></blockquote>
+
+
 <p>
 To use this task against the WinNT telnet service, you need to configure the service to use 
 classic authentication rather than NTLM negotiated authentication. 

