Skip to content

Commit

Permalink
erlang: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent 2766455 commit 1453b2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/modules/erlang/doc/erlang_admin.xml
Expand Up @@ -465,7 +465,7 @@ DEBUG: <script>: 410:typeof(X): tuple, length(X): 2, format(X): {line, [{i
<title>Functions</title>
<section id="erlang.f.erl_rpc">
<title>
<function moreinfo="none">erl_rpc(mod,fun,args,reply)</function>
<function moreinfo="none">erl_rpc(mod, fun, args, reply)</function>
</title>
<para>
This function supports calling Erlang functions on remote nodes.
Expand Down Expand Up @@ -513,7 +513,7 @@ DEBUG: &lt;script&gt;: 386:type(repl): tuple, format(repl): {"one", "two"}
</example>
</section>
<section id="erlang.f.erl_reg_send">
<title><function moreinfo="none">erl_reg_send(server,msg)</function></title>
<title><function moreinfo="none">erl_reg_send(server, msg)</function></title>
<para>
This function sends an Erlang term to a registered process.
</para>
Expand Down Expand Up @@ -543,7 +543,7 @@ erl_reg_send("notifier","$erl_tuple(M)");
</example>
</section>
<section id="erlang.f.erl_send">
<title><function moreinfo="none">erl_send(pid,msg)</function></title>
<title><function moreinfo="none">erl_send(pid, msg)</function></title>
<para>
This function sends an Erlang term to a process. This function
can be used from ANY_ROUTE. The argument <emphasis>pid</emphasis>
Expand Down Expand Up @@ -629,7 +629,7 @@ INFO: &lt;script&gt;: 951:Received message: {"hello", "Kamailio"}
<section>
<title>Registered pseudo process</title>
<para>
To create pseudo erlang registered process in &kamailio; scrip create event route in form of
To create pseudo erlang registered process in &kamailio; script create event route in form of
<varname>event_route[erlang:<emphasis>&lt;my_process_name&gt;</emphasis>]</varname>. Where
<emphasis>&lt;my_process_name&gt;</emphasis> is the name of pseudo process.
</para>
Expand Down
10 changes: 5 additions & 5 deletions src/modules/erlang/doc/erlang_devel.xml
Expand Up @@ -30,7 +30,7 @@
</section>
<section>
<title>
<function moreinfo="none">rpc(reply,module,function,args)</function>
<function moreinfo="none">rpc(reply, module, function, args)</function>
</title>
<para>
This function supports calling Erlang functions on remote nodes. On success function returns 0.
Expand All @@ -53,7 +53,7 @@
</section>
<section>
<title>
<function moreinfo="none">reg_send(server,msg)</function>
<function moreinfo="none">reg_send(server, msg)</function>
</title>
<para>
This function sends an Erlang term to a registered process. On success return 0.
Expand All @@ -72,7 +72,7 @@
</section>
<section>
<title>
<function moreinfo="none">send(pid,msg)</function>
<function moreinfo="none">send(pid, msg)</function>
</title>
<para>
This function sends an Erlang term to a process. On success return 0.
Expand Down Expand Up @@ -106,7 +106,7 @@
</section>
<section>
<title>
<function moreinfo="none">xavp2xbuff(xbuff,xavp)</function>
<function moreinfo="none">xavp2xbuff(xbuff, xavp)</function>
</title>
<para>
Function encodes XAVP variable into ei dynamic buffer. How to create XAVP variable
Expand All @@ -125,7 +125,7 @@
</section>
<section>
<title>
<function moreinfo="none">xbuff2xavp(xavp,xbuff)</function>
<function moreinfo="none">xbuff2xavp(xavp, xbuff)</function>
</title>
<para>
Function decodes ei dynamic buffer into XAVP variable.
Expand Down

0 comments on commit 1453b2c

Please sign in to comment.