Module: kamailio
Branch: master
Commit: 58b4ea9ca31305a4450807add2c21e7ecb01614b
URL:
https://github.com/kamailio/kamailio/commit/58b4ea9ca31305a4450807add2c21e7…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2015-09-19T12:48:42+01:00
sctp Documentation - change "sercmd" to "kamcmd"
---
Modified: modules/sctp/README
Modified: modules/sctp/doc/sctp_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/58b4ea9ca31305a4450807add2c21e7…
Patch:
https://github.com/kamailio/kamailio/commit/58b4ea9ca31305a4450807add2c21e7…
---
diff --git a/modules/sctp/README b/modules/sctp/README
index 1fb71dc..c8f5ffa 100644
--- a/modules/sctp/README
+++ b/modules/sctp/README
@@ -235,7 +235,7 @@ modparam("sctp", "sctp_send_retries", 1)
better performance, but it will also disable some other features that
depend on it (e.g. sctp_assoc_reuse).
- Can be changed at runtime (sercmd sctp assoc_tracking 0), but changes
+ Can be changed at runtime (kamcmd sctp assoc_tracking 0), but changes
will be allowed only if all the other features that depend on it are
turned off (for example it can be turned off only if first
sctp_assoc_reuse was turned off).
diff --git a/modules/sctp/doc/sctp_admin.xml b/modules/sctp/doc/sctp_admin.xml
index 3ede4ca..2fc495a 100644
--- a/modules/sctp/doc/sctp_admin.xml
+++ b/modules/sctp/doc/sctp_admin.xml
@@ -194,7 +194,7 @@ modparam("sctp", "sctp_send_retries", 1)
features that depend on it (e.g. sctp_assoc_reuse).
</para>
<para>
- Can be changed at runtime (sercmd sctp assoc_tracking 0), but changes
+ Can be changed at runtime (&sercmd; sctp assoc_tracking 0), but changes
will be allowed only if all the other features that depend on it are
turned off (for example it can be turned off only if first
sctp_assoc_reuse was turned off).