From db934d825c982314b829c61eb5c58c02dc92d5fa Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Thu, 28 Feb 2002 18:33:10 +0000 Subject: [PATCH] Fixed problem of ... 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 --- docs/manual/OptionalTasks/telnet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/telnet.html b/docs/manual/OptionalTasks/telnet.html index 70b43d47d..8efecc469 100644 --- a/docs/manual/OptionalTasks/telnet.html +++ b/docs/manual/OptionalTasks/telnet.html @@ -11,7 +11,7 @@

Description

Task to automate a remote telnet session. The task uses nested <read> to indicate strings to wait for, and -<write> tags to specify text to send. +<write> tags to specify text to send.

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.