From ed6d08de3cc9a69e740bd7aa760aa35d9e60f4e0 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 25 Apr 2004 10:20:20 +0000 Subject: [PATCH] individual note about not available on windows removed. see also added/expanded git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157056 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sem/functions/shm-attach.xml | 9 ++------- reference/sem/functions/shm-detach.xml | 6 +++++- reference/sem/functions/shm-get-var.xml | 7 +------ reference/sem/functions/shm-put-var.xml | 7 +------ reference/sem/functions/shm-remove-var.xml | 10 ++++------ reference/sem/functions/shm-remove.xml | 10 ++++------ 6 files changed, 17 insertions(+), 32 deletions(-) diff --git a/reference/sem/functions/shm-attach.xml b/reference/sem/functions/shm-attach.xml index a45908857c..12a76bc79e 100644 --- a/reference/sem/functions/shm-attach.xml +++ b/reference/sem/functions/shm-attach.xml @@ -1,5 +1,5 @@ - + @@ -30,13 +30,8 @@ perm will be ignored. - See also: ftok. + See also ftok, and shm_detach. - - - This function does not work on Windows systems. - - diff --git a/reference/sem/functions/shm-detach.xml b/reference/sem/functions/shm-detach.xml index ccfa21681b..0d421a0201 100644 --- a/reference/sem/functions/shm-detach.xml +++ b/reference/sem/functions/shm-detach.xml @@ -1,5 +1,5 @@ - + @@ -21,6 +21,10 @@ shm_detach always returns &true;. + + See also shm_attach, shm_remove, + and shm_remove_var. + diff --git a/reference/sem/functions/shm-get-var.xml b/reference/sem/functions/shm-get-var.xml index 57131ef86c..a80d4b9890 100644 --- a/reference/sem/functions/shm-get-var.xml +++ b/reference/sem/functions/shm-get-var.xml @@ -1,5 +1,5 @@ - + @@ -18,11 +18,6 @@ variable_key. The variable is still present in the shared memory. - - - This function does not work on Windows systems. - - diff --git a/reference/sem/functions/shm-put-var.xml b/reference/sem/functions/shm-put-var.xml index e387d1b40b..5845c70897 100644 --- a/reference/sem/functions/shm-put-var.xml +++ b/reference/sem/functions/shm-put-var.xml @@ -1,5 +1,5 @@ - + @@ -29,11 +29,6 @@ index or if there was not enough shared memory remaining to complete your request. - - - This function does not work on Windows systems. - - diff --git a/reference/sem/functions/shm-remove-var.xml b/reference/sem/functions/shm-remove-var.xml index 98cc2b991b..7b45609cf0 100644 --- a/reference/sem/functions/shm-remove-var.xml +++ b/reference/sem/functions/shm-remove-var.xml @@ -1,5 +1,5 @@ - + @@ -18,11 +18,9 @@ Removes a variable with a given variable_key and frees the occupied memory. - - - This function does not work on Windows systems. - - + + See also shm_remove. + diff --git a/reference/sem/functions/shm-remove.xml b/reference/sem/functions/shm-remove.xml index a6a5ab15cf..63739660f9 100644 --- a/reference/sem/functions/shm-remove.xml +++ b/reference/sem/functions/shm-remove.xml @@ -1,5 +1,5 @@ - + @@ -16,11 +16,9 @@ Removes shared memory from Unix systems. All data will be destroyed. - - - This function does not work on Windows systems. - - + + See also shm_remove_var. +