diff options
author | Jeff Trawick <trawick@apache.org> | 2012-08-08 15:50:16 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2012-08-08 15:50:16 +0200 |
commit | 9ddccec82b627856b16d7f4be71ca58cdd00909c (patch) | |
tree | 6134a82fb5fdde4b20dbb218e765a091b2cec4a7 /docs/manual/mod/mod_socache_shmcb.xml | |
parent | mod_slotmem_plain: make the "filename" key relative to (diff) | |
download | apache2-9ddccec82b627856b16d7f4be71ca58cdd00909c.tar.xz apache2-9ddccec82b627856b16d7f4be71ca58cdd00909c.zip |
fix broken module identifiers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370764 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_socache_shmcb.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_socache_shmcb.xml b/docs/manual/mod/mod_socache_shmcb.xml index fc82426400..7ee9c96042 100644 --- a/docs/manual/mod/mod_socache_shmcb.xml +++ b/docs/manual/mod/mod_socache_shmcb.xml @@ -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 |