Browse Source

fix typo. submitted by Gisbert Amm.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@312673 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
0b9934f2c3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/manual/CoreTasks/waitfor.html

+ 2
- 2
docs/manual/CoreTasks/waitfor.html View File

@@ -100,7 +100,7 @@ true within the specified time.</p>
<p>waits up to 3 minutes (and checks every 500 milliseconds) for a web server on localhost <p>waits up to 3 minutes (and checks every 500 milliseconds) for a web server on localhost
to serve up the specified URL.</p> to serve up the specified URL.</p>
<blockquote><pre> <blockquote><pre>
&lt;waitfor maxwait="10" maxwait="second"&gt;
&lt;waitfor maxwait="10" maxwaitunit="second"&gt;
&lt;and&gt; &lt;and&gt;
&lt;socket server="dbserver" port="1521"/&gt; &lt;socket server="dbserver" port="1521"/&gt;
&lt;http url="http://webserver/mypage.html"/&gt; &lt;http url="http://webserver/mypage.html"/&gt;
@@ -110,7 +110,7 @@ true within the specified time.</p>
<p>waits up to 10 seconds for a server on the dbserver machine to begin listening <p>waits up to 10 seconds for a server on the dbserver machine to begin listening
on port 1521 and for the http://webserver/mypage.html web page on port 1521 and for the http://webserver/mypage.html web page
to become available.</p> to become available.</p>
<hr><p align="center">Copyright &copy; 2001,2004-2005 The Apache Software Foundation. All rights
<hr><p align="center">Copyright &copy; 2001, 2004-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


Loading…
Cancel
Save