浏览代码

cookbooks: core - restructured phrase for modparam

Daniel-Constantin Mierla 2 年之前
父节点
当前提交
ef362a5de2
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/cookbooks/5.6.x/core.md
  2. 1 1
      docs/cookbooks/devel/core.md

+ 1 - 1
docs/cookbooks/5.6.x/core.md

@@ -1926,7 +1926,7 @@ when `auth` is given, then the module name is matched with `^(auth)$`; when
 using only `|` between the names of the modules is recommended for clarity, any
 using only `|` between the names of the modules is recommended for clarity, any
 value that can construct a valid regular expression can be used. Note also that
 value that can construct a valid regular expression can be used. Note also that
 `modparam` throws error only when no module name is matched and no parameter is
 `modparam` throws error only when no module name is matched and no parameter is
-set, if the list of modules in `modname` includes a wrong name, Kamailio starts.
+set. If the list of modules in `modname` includes a wrong name, Kamailio starts.
 For example setting `modname` to `msilo|notamodule` does not result in a startup
 For example setting `modname` to `msilo|notamodule` does not result in a startup
 error if `msilo` module is loaded. Be also careful with expressions than can
 error if `msilo` module is loaded. Be also careful with expressions than can
 match more module names than wanted, for example setting `modname` to `a|b` can
 match more module names than wanted, for example setting `modname` to `a|b` can

+ 1 - 1
docs/cookbooks/devel/core.md

@@ -2225,7 +2225,7 @@ when `auth` is given, then the module name is matched with `^(auth)$`; when
 using only `|` between the names of the modules is recommended for clarity, any
 using only `|` between the names of the modules is recommended for clarity, any
 value that can construct a valid regular expression can be used. Note also that
 value that can construct a valid regular expression can be used. Note also that
 `modparam` throws error only when no module name is matched and no parameter is
 `modparam` throws error only when no module name is matched and no parameter is
-set, if the list of modules in `modname` includes a wrong name, Kamailio starts.
+set. If the list of modules in `modname` includes a wrong name, Kamailio starts.
 For example setting `modname` to `msilo|notamodule` does not result in a startup
 For example setting `modname` to `msilo|notamodule` does not result in a startup
 error if `msilo` module is loaded. Be also careful with expressions than can
 error if `msilo` module is loaded. Be also careful with expressions than can
 match more module names than wanted, for example setting `modname` to `a|b` can
 match more module names than wanted, for example setting `modname` to `a|b` can