Skip to content

Commit

Permalink
avp: space after comma
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent 74467e5 commit 80ec8f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/avp/doc/avp_functions.xml
Expand Up @@ -15,7 +15,7 @@
<title>Functions</title>

<section id="avp.f.set_iattr">
<title><function>set_iattr(attribute,value)</function></title>
<title><function>set_iattr(attribute, value)</function></title>
<para>
Create an AVP of type integer.
</para>
Expand Down Expand Up @@ -60,7 +60,7 @@ flags2attr("$msg_flags")
</section>

<section id="avp.f.set_sattr">
<title><function>set_sattr(attribute,value)</function></title>
<title><function>set_sattr(attribute, value)</function></title>
<para>
Create an AVP of type string.
</para>
Expand Down Expand Up @@ -102,7 +102,7 @@ set_sattr("called_number", "1234")
</section>

<section id="avp.f.attr2uri">
<title><function>attr2uri($attribute[,uri-part])</function></title>
<title><function>attr2uri($attribute[, uri-part])</function></title>
<para>
Rewrite the whole Request-URI of the message being processed with
the value of an AVP, or if an <varname>uri-part</varname> is specified,
Expand Down

0 comments on commit 80ec8f8

Please sign in to comment.