diff --git a/docs/manual/CoreTasks/waitfor.html b/docs/manual/CoreTasks/waitfor.html index 929f0d3ff..9ab374ade 100644 --- a/docs/manual/CoreTasks/waitfor.html +++ b/docs/manual/CoreTasks/waitfor.html @@ -100,7 +100,7 @@ true within the specified time.
waits up to 3 minutes (and checks every 500 milliseconds) for a web server on localhost to serve up the specified URL.
-<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 @@ true within the specified time.
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.
-
Copyright © 2001,2004-2005 The Apache Software Foundation. All rights
+
Copyright © 2001, 2004-2005 The Apache Software Foundation. All rights
Reserved.