[sr-dev] git:master: memcached: fix doc section IDs, copy and paste error from dmq

Henning Westerholt hw at kamailio.org
Thu Jan 23 13:17:13 CET 2014


Module: sip-router
Branch: master
Commit: f9ab76f6a82776d9ec48daedbc6880b0b21e552d
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f9ab76f6a82776d9ec48daedbc6880b0b21e552d

Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date:   Thu Jan 23 13:06:47 2014 +0100

memcached: fix doc section IDs, copy and paste error from dmq

---

 modules/memcached/doc/memcached_admin.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/modules/memcached/doc/memcached_admin.xml b/modules/memcached/doc/memcached_admin.xml
index d00fd83..15ff6f5 100644
--- a/modules/memcached/doc/memcached_admin.xml
+++ b/modules/memcached/doc/memcached_admin.xml
@@ -146,7 +146,7 @@ xlog("stored value is $mct(test)"); # will return <null>
 	</section>
 	<section>
 	<title>Parameters</title>
-	<section id="dmq.p.servers">
+	<section id="memcached.p.servers">
 		<title><varname>servers</varname> (str)</title>
 		<para>
 		The servers to connect to. At the moment only one server is supported.
@@ -167,7 +167,7 @@ modparam("memcached", "servers", "localhost:11211")
 			</programlisting>
 		</example>
 	</section>
-	<section id="dmq.p.expire">
+	<section id="memcached.p.expire">
 		<title><varname>expire</varname> (integer)</title>
 		<para>
 			The default expire value of entries in memcached in seconds. The maximal
@@ -199,7 +199,7 @@ modparam("memcached", "expire", 10800)
 </programlisting>
 		</example>
 	</section>
-	<section id="dmq.p.mode">
+	<section id="memcached.p.mode">
 		<title><varname>mode</varname> (integer)</title>
 		<para>
 			The used storage mode for the memcached module for write access
@@ -222,7 +222,7 @@ modparam("memcached", "mode", 0)
 </programlisting>
 		</example>
 	</section>
-	<section id="dmq.p.timeout">
+	<section id="memcached.p.timeout">
 		<title><varname>timeout</varname> (integer)</title>
 		<para>
 			The timeout for the memcache servers access in milliseconds.
@@ -241,7 +241,7 @@ modparam("memcached", "timeout", 10000)
 			</programlisting>
 		</example>
 	</section>
-	<section id="dmq.p.memory">
+	<section id="memcached.p.memory">
 		<title><varname>memory</varname> (integer)</title>
 		<para>
 			The memory mode for the memcached client library. The library can




More information about the sr-dev mailing list