Module: sip-router Branch: master Commit: 5d80155a69f3c9865196e377ac0ecef16cd39cfe URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5d80155a...
Author: Charles Chance charles.chance@sipcentric.com Committer: Charles Chance charles.chance@sipcentric.com Date: Tue Nov 12 17:28:51 2013 +0000
memcached: add section ids in documentation
---
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 29f17e9..d00fd83 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> + <section id="dmq.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> + <section id="dmq.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> + <section id="dmq.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> + <section id="dmq.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> + <section id="dmq.p.memory"> <title><varname>memory</varname> (integer)</title> <para> The memory mode for the memcached client library. The library can