Skip to content

Commit

Permalink
debugger: 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 ec99b31 commit ecae4be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/modules/debugger/doc/debugger.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</copyright>
</bookinfo>
<toc></toc>

<xi:include href="debugger_admin.xml"/>

</book>
6 changes: 3 additions & 3 deletions src/modules/debugger/doc/debugger_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ modparam("debugger", "step_loops", 100)
Used to compute power of two as size of internal hash table to store levels
per module (e.g., if it is set to 4, internal hash table has 16 slots). One
must set its value grater than 0 such that memory to be allocated
to save the module specific debug levels or facility configured by
to save the module specific debug levels or facility configured by
<varname>mod_level</varname> or <varname>mod_facility</varname>.
This parameter is accessible readonly via the Kamailio config framework.
</para>
Expand Down Expand Up @@ -477,7 +477,7 @@ modparam("debugger", "cfgtest", 1)
</title>
<para>
Anchor a breakpoint at the current line of the config (the one
on which this function is called). The 'mode' specifies whether
on which this function is called). The 'mode' specifies whether
the breakpoint is enabled (1) or disabled (0) at startup.
</para>
<para>
Expand Down Expand Up @@ -716,7 +716,7 @@ P-Hint: My hint
the list of available values.</para>
</listitem>
<listitem><para>_pid_ : process id for which to apply the command.
If 'pid' is omitted, then the inner command will be applied
If 'pid' is omitted, then the inner command will be applied
to all processes.</para>
</listitem>
<listitem><para>_params_ : extra params specific for each command.</para>
Expand Down

0 comments on commit ecae4be

Please sign in to comment.