You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@locus.apache.org on 2000/12/01 12:58:43 UTC

cvs commit: jakarta-ant/docs index.html

bodewig     00/12/01 03:58:42

  Modified:    docs     index.html
  Log:
  Fixed some more bugs in the <telnet> documentation.
  
  Submitted by:	Scott Carlson <sc...@yahoo.com>
  
  Revision  Changes    Path
  1.160     +2 -2      jakarta-ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/index.html,v
  retrieving revision 1.159
  retrieving revision 1.160
  diff -u -r1.159 -r1.160
  --- index.html	2000/11/30 12:41:08	1.159
  +++ index.html	2000/12/01 11:58:41	1.160
  @@ -5384,7 +5384,7 @@
     </tr>
     <tr>
        <td>port</td>
  -     <td>the port number of the remote telnet server. Defaults to port 21.</td>
  +     <td>the port number of the remote telnet server. Defaults to port 23.</td>
        <td>No</td>
     </tr>
     <tr>
  @@ -5432,7 +5432,7 @@
   
   The task can be used with other ports as well:
   <blockquote><pre>
  -&lt;telnet userid=&quot;bob&quot; password=&quot;badpass&quot; server=&quot;localhost&quot; defaultTimeout=&quot;20&quot;&gt;
  +&lt;telnet port=&quot;80&quot; server=&quot;localhost&quot; timeout=&quot;20&quot;&gt;
      &lt;read/&gt;
      &lt;write&gt;GET / http/0.9&lt;/write&gt;
      &lt;write/&gt;