diff --git a/docs/manual/CoreTasks/exec.html b/docs/manual/CoreTasks/exec.html
index b9f0b1f33..219b1c0fb 100644
--- a/docs/manual/CoreTasks/exec.html
+++ b/docs/manual/CoreTasks/exec.html
@@ -39,7 +39,9 @@ systems.
os |
list of Operating Systems on which the command may be
- executed. |
+ executed. If the current OS's name is contained in this list, the command will
+ be executed. The OS's name is determined by the Java Virtual machine and is set
+ in the "os.name" system property.
No |
diff --git a/docs/manual/CoreTasks/execon.html b/docs/manual/CoreTasks/execon.html
index 89af14710..f00b90f50 100644
--- a/docs/manual/CoreTasks/execon.html
+++ b/docs/manual/CoreTasks/execon.html
@@ -36,8 +36,9 @@ command. At least one nested <fileset>
is required.
os |
list of Operating Systems on which the command may be
- executed. |
- No |
+ executed. If the current OS's name is contained in this list, the command will
+ be executed. The OS's name is determined by the Java Virtual machine and is set
+ in the "os.name" system property.
output |