From 385e3912772613f41000e018551ee921587cab05 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sun, 7 Oct 2012 23:07:23 +0000 Subject: [PATCH] Rebuilds previous change made only in the XML. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1395423 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_slotmem_shm.html.en | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_slotmem_shm.html.en b/docs/manual/mod/mod_slotmem_shm.html.en index f390537d35..d3e71b4742 100644 --- a/docs/manual/mod/mod_slotmem_shm.html.en +++ b/docs/manual/mod/mod_slotmem_shm.html.en @@ -54,11 +54,11 @@
call the callback on all worker slots
apr_status_t create(ap_slotmem_instance_t **new, const char *name, apr_size_t item_size, unsigned int item_num, ap_slotmem_type_t type, apr_pool_t *pool)
-
create a new slotmem with each item size is item_size. name is the filename for the persistent store of - the shared memory. Values are: +
create a new slotmem with each item size is item_size. name is used to generate a filename for the persistent store of + the shared memory if configured. Values are:
"none"
-
Does not persist shared memory in file.
+
Anonymous shared memory and no persistent store
"file-name"
[DefaultRuntimeDir]/file-name
"/absolute-file-name"
-- 2.40.0