diff --git a/docs/manual/CoreTasks/waitfor.html b/docs/manual/CoreTasks/waitfor.html
index 68a335557..9de82c887 100644
--- a/docs/manual/CoreTasks/waitfor.html
+++ b/docs/manual/CoreTasks/waitfor.html
@@ -32,7 +32,17 @@ if multiple conditions are specified, then the task will wait until all conditio
maxwaitunit |
The unit of time that must be used to interpret the value of the
- maxwait attribute. Defaults to millisecond. |
+ maxwait attribute. Defaults to millisecond.
+ Valid Values are
+
+ - millisecond
+ - second
+ - minute
+ - hour
+ - day
+ - week
+
+
No |
@@ -44,7 +54,17 @@ if multiple conditions are specified, then the task will wait until all conditio
checkeveryunit |
The unit of time that must be used to interpret the value of the
- checkevery attribute. Defaults to millisecond. |
+ checkevery attribute. Defaults to millisecond.
+ Valid Values are
+
+ - millisecond
+ - second
+ - minute
+ - hour
+ - day
+ - week
+
+
No |