]> granicus.if.org Git - apache/commitdiff
Rebuilds previous change made only in the XML.
authorRich Bowen <rbowen@apache.org>
Sun, 7 Oct 2012 23:07:23 +0000 (23:07 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 7 Oct 2012 23:07:23 +0000 (23:07 +0000)
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

index f390537d358870caa03455ad7d334803fc751ac2..d3e71b4742ef5902b554a18352d120e2839ba147 100644 (file)
       <dd>call the callback on all worker slots</dd>
 
       <dt>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)</dt>
-      <dd>create a new slotmem with each item size is item_size. <code>name</code> is the filename for the persistent store of
-      the shared memory. Values are:
+      <dd>create a new slotmem with each item size is item_size. <code>name</code> is used to generate a filename for the persistent store of
+      the shared memory if configured. Values are:
        <dl>
          <dt><code>"none"</code></dt>
-         <dd><code>Does not persist shared memory in file.</code></dd>
+         <dd><code>Anonymous shared memory and no persistent store</code></dd>
          <dt><code>"file-name"</code></dt>
          <dd><code>[DefaultRuntimeDir]/file-name</code></dd>
          <dt><code>"/absolute-file-name"</code></dt>