Skip to content

Commit

Permalink
[sql_cacher] fix README format (on the bigint_to_str param)
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed Apr 30, 2024
1 parent 320ef54 commit 2b0c809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/sql_cacher/doc/sql_cacher_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ modparam("sql_cacher", "reload_interval", 5)
</example>
</section>

<section id="bigint_to_str" xreflabel="bigint_to_str">
<section id="param_bigint_to_str" xreflabel="bigint_to_str">
<title><varname>bigint_to_str</varname> (integer)</title>
<para>
Controls bigint conversion.
Expand All @@ -276,7 +276,7 @@ modparam("sql_cacher", "reload_interval", 5)
the bigint value will be returned as string.
</para>
<para>
The default value is <quote>0</quote>.
The default value is <quote>0</quote> (disabled).
</para>
<example>
<title><varname>bigint_to_str</varname> parameter usage</title>
Expand Down

0 comments on commit 2b0c809

Please sign in to comment.