Skip to content

Commit

Permalink
ctl: docs - removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent bd423bb commit 7be3f5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/modules/ctl/doc/ctl_params.xml
Expand Up @@ -37,7 +37,7 @@
<listitem><para>
For <emphasis>UDP</emphasis> or <emphasis>TCP</emphasis> sockets:
[udp|tcp]:address:port.
If the address is "*" or missing, it will bind to all the local
If the address is "*" or missing, it will bind to all the local
addresses (0.0.0.0).
Examples: "udp:localhost:2046", "tcp:localhost:2046",
"tcp:3012", "udp:*:3012".
Expand Down Expand Up @@ -170,7 +170,7 @@ modparam("ctl", "group", 100)
If no protocol is specified the default is "fifo".
Examples: "fifo:/tmp/kamailio_fifo", "/tmp/kamailio_fifo2", "udp:*:2050",
"tcp:localhost:2050".
For more details on the UDP and TCP formats see
For more details on the UDP and TCP formats see
<varname>binrpc</varname>.
Multiple fifos or fifo transports can be used in the same time
(just by setting the <varname>fifo</varname> parameter multiple
Expand Down Expand Up @@ -202,7 +202,7 @@ modparam("ctl", "fifo", "tcp:*:2050") # fifo over tcp
if it is possible to automatically convert it to the expected type.
</para>
<para>
Default: off
Default: off
</para>
<para>
It is recommended to leave this parameter to its default off value
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ctl/doc/ctl_rpc.xml
Expand Up @@ -24,7 +24,7 @@
<programlisting>
$ &sercmd; -f"[%v] %v:%v %v\n" ctl.listen
[binrpc] unix_stream:/run/&kamailiobinary;/&kamailiobinary;_ctl

# note: the above command is equivalent with &sercmd; listen
</programlisting>
</example>
Expand Down

0 comments on commit 7be3f5f

Please sign in to comment.