Module: kamailio
Branch: master
Commit: 0bed2bd55bac1df7e01b49280e5ddf8b3e705c46
URL: 
https://github.com/kamailio/kamailio/commit/0bed2bd55bac1df7e01b49280e5ddf8b3e705c46

Author: Olle E. Johansson <o...@edvina.net>
Committer: Olle E. Johansson <o...@edvina.net>
Date: 2017-01-05T22:00:11+01:00

malloc_test README change sercmd to kamcmd

---

Modified: src/modules/malloc_test/doc/malloc_test_params.xml
Modified: src/modules/malloc_test/doc/malloc_test_rpc.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/0bed2bd55bac1df7e01b49280e5ddf8b3e705c46.diff
Patch: 
https://github.com/kamailio/kamailio/commit/0bed2bd55bac1df7e01b49280e5ddf8b3e705c46.patch

---

diff --git a/src/modules/malloc_test/doc/malloc_test_params.xml 
b/src/modules/malloc_test/doc/malloc_test_params.xml
index 1960967..6360065 100644
--- a/src/modules/malloc_test/doc/malloc_test_params.xml
+++ b/src/modules/malloc_test/doc/malloc_test_params.xml
@@ -36,10 +36,10 @@ modparam("malloc_test", "check_content", 1)
                </example>
                <example>
                        <title>
-                               Set <varname>check_content</varname> at runtime 
via sercmd
+                               Set <varname>check_content</varname> at runtime 
via kamcmd
                        </title>
                        <programlisting>
-$ &sercmd; cfg.set_now_int malloc_test check_content 1
+$ &kamcmd; cfg.set_now_int malloc_test check_content 1
                        </programlisting>
                </example>
        </section>
diff --git a/src/modules/malloc_test/doc/malloc_test_rpc.xml 
b/src/modules/malloc_test/doc/malloc_test_rpc.xml
index 2389ae6..58f7754 100644
--- a/src/modules/malloc_test/doc/malloc_test_rpc.xml
+++ b/src/modules/malloc_test/doc/malloc_test_rpc.xml
@@ -27,7 +27,7 @@
                <example>
                        <title><function>mt.mem_alloc</function> usage</title>
                        <programlisting>
- $ &sercmd; mt.mem_alloc 10 k
+ $ &kamcmd; mt.mem_alloc 10 k
                        </programlisting>
                </example>
        </section>
@@ -54,7 +54,7 @@
                <example>
                        <title><function>mt.mem_free</function> usage</title>
                <programlisting>
- $ &sercmd; mt.mem_free 1 m
+ $ &kamcmd; mt.mem_free 1 m
                </programlisting>
                </example>
        </section>
@@ -77,7 +77,7 @@
                <example>
                        <title><function>mt.mem_used</function> usage</title>
                <programlisting>
- $ &sercmd; mt.mem_used
+ $ &kamcmd; mt.mem_used
 9221460
                </programlisting>
                </example>
@@ -96,7 +96,7 @@
                <example>
                        <title><function>mt.mem_rnd_alloc</function> 
usage</title>
                        <programlisting>
- $ &sercmd; mt.mem_rnd_alloc 1 64 10240 k
+ $ &kamcmd; mt.mem_rnd_alloc 1 64 10240 k
                        </programlisting>
                </example>
        </section>
@@ -130,7 +130,7 @@
                <example>
                        <title><function>mt.mem_test_start</function> 
usage</title>
                        <programlisting>
- $ &sercmd; mt.mem_test_start 15 64 25000 128 1500 3600000 k
+ $ &kamcmd; mt.mem_test_start 15 64 25000 128 1500 3600000 k
 1
                        </programlisting>
                </example>
@@ -144,7 +144,7 @@
                <example>
                        <title><function>mt.mem_test_stop</function> 
usage</title>
                <programlisting>
- $ &sercmd; mt.mem_test_stop 1
+ $ &kamcmd; mt.mem_test_stop 1
                </programlisting>
                </example>
        </section>


_______________________________________________
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to