Author: mbenson Date: Mon Oct 10 08:54:31 2005 New Revision: 312673 URL: http://svn.apache.org/viewcvs?rev=312673&view=rev Log: fix typo. submitted by Gisbert Amm.
Modified: ant/core/trunk/docs/manual/CoreTasks/waitfor.html Modified: ant/core/trunk/docs/manual/CoreTasks/waitfor.html URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/CoreTasks/waitfor.html?rev=312673&r1=312672&r2=312673&view=diff ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/waitfor.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/waitfor.html Mon Oct 10 08:54:31 2005 @@ -100,7 +100,7 @@ <p>waits up to 3 minutes (and checks every 500 milliseconds) for a web server on localhost to serve up the specified URL.</p> <blockquote><pre> -<waitfor maxwait="10" maxwait="second"> +<waitfor maxwait="10" maxwaitunit="second"> <and> <socket server="dbserver" port="1521"/> <http url="http://webserver/mypage.html"/> @@ -110,7 +110,7 @@ <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 to become available.</p> -<hr><p align="center">Copyright © 2001,2004-2005 The Apache Software Foundation. All rights +<hr><p align="center">Copyright © 2001, 2004-2005 The Apache Software Foundation. All rights Reserved.</p> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]