You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2012/08/08 15:50:19 UTC

svn commit: r1370764 - in /httpd/httpd/trunk/docs/manual/mod: mod_slotmem_plain.xml mod_slotmem_shm.xml mod_socache_dbm.xml mod_socache_dc.xml mod_socache_memcache.xml mod_socache_shmcb.xml

Author: trawick
Date: Wed Aug  8 13:50:16 2012
New Revision: 1370764

URL: http://svn.apache.org/viewvc?rev=1370764&view=rev
Log:
fix broken module identifiers

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_slotmem_plain.xml
    httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.xml
    httpd/httpd/trunk/docs/manual/mod/mod_socache_dbm.xml
    httpd/httpd/trunk/docs/manual/mod/mod_socache_dc.xml
    httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml
    httpd/httpd/trunk/docs/manual/mod/mod_socache_shmcb.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_slotmem_plain.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_slotmem_plain.xml?rev=1370764&r1=1370763&r2=1370764&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_slotmem_plain.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_slotmem_plain.xml Wed Aug  8 13:50:16 2012
@@ -26,7 +26,7 @@
 <description>Slot-based shared memory provider.</description>
 <status>Extension</status>
 <sourcefile>mod_slotmem_plain.c</sourcefile>
-<identifier>mod_slotmem_plain</identifier>
+<identifier>slotmem_plain_module</identifier>
 
 <summary>
     <p><code>mod_slotmem_plain</code> is a memory provider which

Modified: httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.xml?rev=1370764&r1=1370763&r2=1370764&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.xml Wed Aug  8 13:50:16 2012
@@ -26,7 +26,7 @@
 <description>Slot-based shared memory provider.</description>
 <status>Extension</status>
 <sourcefile>mod_slotmem_shm.c</sourcefile>
-<identifier>mod_slotmem_shm_module</identifier>
+<identifier>slotmem_shm_module</identifier>
 
 <summary>
     <p><code>mod_slotmem_shm</code> is a memory provider which

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_dbm.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_dbm.xml?rev=1370764&r1=1370763&r2=1370764&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_dbm.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_dbm.xml Wed Aug  8 13:50:16 2012
@@ -26,7 +26,7 @@
 <description>DBM based shared object cache provider.</description>
 <status>Extension</status>
 <sourcefile>mod_socache_dbm.c</sourcefile>
-<identifier>mod_socache_dbm_module</identifier>
+<identifier>socache_dbm_module</identifier>
 
 <summary>
     <p><code>mod_socache_dbm</code> is a shared object cache provider

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_dc.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_dc.xml?rev=1370764&r1=1370763&r2=1370764&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_dc.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_dc.xml Wed Aug  8 13:50:16 2012
@@ -26,7 +26,7 @@
 <description>Distcache based shared object cache provider.</description>
 <status>Extension</status>
 <sourcefile>mod_socache_dc.c</sourcefile>
-<identifier>mod_socache_dc_module</identifier>
+<identifier>socache_dc_module</identifier>
 
 <summary>
     <p><code>mod_socache_dc</code> is a shared object cache provider

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml?rev=1370764&r1=1370763&r2=1370764&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml Wed Aug  8 13:50:16 2012
@@ -26,7 +26,7 @@
 <description>Memcache based shared object cache provider.</description>
 <status>Extension</status>
 <sourcefile>mod_socache_memcache.c</sourcefile>
-<identifier>mod_socache_memcache_module</identifier>
+<identifier>socache_memcache_module</identifier>
 
 <summary>
     <p><code>mod_socache_memcache</code> is a shared object cache provider

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_shmcb.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_shmcb.xml?rev=1370764&r1=1370763&r2=1370764&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_shmcb.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_shmcb.xml Wed Aug  8 13:50:16 2012
@@ -26,7 +26,7 @@
 <description>shmcb based shared object cache provider.</description>
 <status>Extension</status>
 <sourcefile>mod_socache_shmcb.c</sourcefile>
-<identifier>mod_socache_shmcb_module</identifier>
+<identifier>socache_shmcb_module</identifier>
 
 <summary>
     <p><code>mod_socache_shmcb</code> is a shared object cache provider