Skip to content

Commit

Permalink
tmx: docs fix varname tag around parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
btriller authored and henningw committed Mar 14, 2020
1 parent 2ba86a2 commit 404c46f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/modules/tmx/doc/tmx_admin.xml
Expand Up @@ -59,9 +59,7 @@
<section>
<title>Parameters</title>
<section id="tmx.p.precheck_trans">
<title>
<function moreinfo="none">precheck_trans</function>
</title>
<title><varname>precheck_trans</varname> (int)</title>
<para>
Enable/disable transaction pre-check via t_precheck_trans()
function. If set to 0, the internal structures are not created
Expand All @@ -71,7 +69,7 @@
Default value is <emphasis>1</emphasis> (enabled).
</para>
<example>
<title><function>precheck_trans</function> usage</title>
<title><varname>precheck_trans</varname> (int)</title>
<programlisting format="linespecific">
...
modparam("tmx", "precheck_trans", 0)
Expand Down

0 comments on commit 404c46f

Please sign in to comment.