Author: bodewig
Date: Mon Jul 14 07:54:49 2008
New Revision: 676611

URL: http://svn.apache.org/viewvc?rev=676611&view=rev
Log:
stronger warning that timeout in ssh and telnet use different units.  PR 23991

Modified:
    ant/core/trunk/docs/manual/OptionalTasks/sshexec.html

Modified: ant/core/trunk/docs/manual/OptionalTasks/sshexec.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/sshexec.html?rev=676611&r1=676610&r2=676611&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/OptionalTasks/sshexec.html (original)
+++ ant/core/trunk/docs/manual/OptionalTasks/sshexec.html Mon Jul 14 07:54:49 
2008
@@ -134,7 +134,9 @@
   <tr>
     <td valign="top">timeout</td>
     <td valign="top">Stop the command if it doesn't finish within the
-      specified time (given in milliseconds). Defaults to 0 which means 
&quot;wait forever&quot;.</td>
+      specified time (given in milliseconds <b>unlike telnet, which
+        expects a timeout in seconds</b>).
+      Defaults to 0 which means &quot;wait forever&quot;.</td>
     <td align="center" valign="top">No</td>
   </tr>
 </table>


Reply via email to