Browse Source

Fixed problem of <tt>...<tt> screwing up the rest of the page.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271607 13f79535-47bb-0310-9956-ffa450edef68
master
Jon Skeet 23 years ago
parent
commit
db934d825c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/OptionalTasks/telnet.html

+ 1
- 1
docs/manual/OptionalTasks/telnet.html View File

@@ -11,7 +11,7 @@
<h3>Description</h3>
Task to automate a remote telnet session. The task uses
nested <tt>&lt;read&gt;</tt> to indicate strings to wait for, and
<tt>&lt;write&gt;<tt> tags to specify text to send.
<tt>&lt;write&gt;</tt> tags to specify text to send.

<p>If you do specify a userid and password, the system will
assume a common unix prompt to wait on. This behavior can be easily over-ridden.</p>


Loading…
Cancel
Save