diff --git a/docs/index.html b/docs/index.html index cd808fe07..0ab2d3aff 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5384,7 +5384,7 @@ Task to automate a remote telnet session. The task uses nested <read> to i port - the port number of the remote telnet server. Defaults to port 21. + the port number of the remote telnet server. Defaults to port 23. No @@ -5432,7 +5432,7 @@ A timeout can be specified at the <telnet> level or at the <read> le The task can be used with other ports as well:
-<telnet userid="bob" password="badpass" server="localhost" defaultTimeout="20">
+<telnet port="80" server="localhost" timeout="20">
    <read/>
    <write>GET / http/0.9</write>
    <write/>