diff --git a/functions/sem.xml b/functions/sem.xml
index 7b60046b9a..ae84cb7646 100644
--- a/functions/sem.xml
+++ b/functions/sem.xml
@@ -40,6 +40,11 @@
+
+
+ These functions do not work on Windows systems.
+
+
@@ -83,6 +88,11 @@
See also: sem_acquire and
sem_release.
+
+
+ This function does not work on Windows systems
+
+
@@ -150,6 +160,11 @@
See also: sem_get and
sem_acquire.
+
+
+ This function does not work on Windows systems
+
+
@@ -187,6 +202,11 @@
shared memory. Memsize and
perm will be ignored.
+
+
+ This function does not work on Windows systems
+
+
@@ -229,6 +249,11 @@
Removes shared memory from Unix systems. All data will be
destroyed.
+
+
+ This function does not work on Windows systems
+
+
@@ -253,6 +278,11 @@
variable_key. All variable-types (double,
int, string, array) are supported.
+
+
+ This function does not work on Windows systems
+
+
@@ -276,6 +306,11 @@
variable_key. The variable is still present
in the shared memory.
+
+
+ This function does not work on Windows systems
+
+
@@ -298,6 +333,11 @@
Removes a variable with a given variable_key
and frees the occupied memory.
+
+
+ This function does not work on Windows systems
+
+