Selaa lähdekoodia

cookbooks: core - restructured phrase for modparam

Daniel-Constantin Mierla 2 vuotta sitten
vanhempi
commit
ef362a5de2
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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
 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
-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
 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

+ 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
 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
-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
 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