Skip to content

Commit

Permalink
cnxcc: 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 dba9833 commit 391e817
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/modules/cnxcc/doc/cnxcc_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,19 +145,19 @@ modparam("cnxcc", "credit_check_period", 1)
The cps (float) value is the cost per second for the current call.
</para>
<para>
The ipuse (integer) value is the initial pulse and establishes the minimum
time to be charged. For example, value 1 establishes a charge per second
and value 60 sets a charge per minute. If it is taken as value 60, even
The ipuse (integer) value is the initial pulse and establishes the minimum
time to be charged. For example, value 1 establishes a charge per second
and value 60 sets a charge per minute. If it is taken as value 60, even
if the duration is 5 seconds, 1 minute will be charged.
</para>
<para>
The fpulse (integer) value is the final pulse and establishes, from the initial
pulse, the time range to be charged. For example, the value 1 establishes a charge
The fpulse (integer) value is the final pulse and establishes, from the initial
pulse, the time range to be charged. For example, the value 1 establishes a charge
per second, 5 sets a charge in blocks of 5 seconds, 60 sets a full minute charge.
</para>
<para>
1/1 will make a charge per seconds for the entire call. 60/1 will make a
charge per seconds with the first full minute. 60/60 always perform
1/1 will make a charge per seconds for the entire call. 60/1 will make a
charge per seconds with the first full minute. 60/60 always perform
a full minute charge.
</para>
<para>
Expand Down

0 comments on commit 391e817

Please sign in to comment.