diff --git a/reference/sem/functions/shm-put-var.xml b/reference/sem/functions/shm-put-var.xml index e997f1d66c..e387d1b40b 100644 --- a/reference/sem/functions/shm-put-var.xml +++ b/reference/sem/functions/shm-put-var.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description - intshm_put_var + boolshm_put_var intshm_identifier intvariable_key mixedvariable @@ -19,7 +19,16 @@ Inserts or updates a variable with a given variable_key. All variable-types are supported. - + + + &return.success; + + + Warnings (E_WARNING level) will be issued if + shm_identifier is not a valid SysV shared memory + index or if there was not enough shared memory remaining to complete your + request. + This function does not work on Windows systems.