Skip to content

Commit

Permalink
mtree: clarifications about db table parameter in docs
Browse files Browse the repository at this point in the history
(cherry picked from commit 1c1e513)
  • Loading branch information
miconda committed Apr 5, 2017
1 parent 9748188 commit 2df615b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/modules/mtree/doc/mtree_admin.xml
Expand Up @@ -86,19 +86,20 @@ modparam("mtree", "db_url", "&exampledb;")
<section>
<title><varname>db_table</varname> (string)</title>
<para>
Name of database table where data for trees is stored. It is ignored if a
'mtree' parameter is defined.
Name of database table where data for many trees is stored. It is ignored
if a 'mtree' parameter is defined. The SQL scripts creates a table named
'mtrees' that can be used for this parameter.
</para>
<para>
<emphasis>
Default value is <quote>mtrees</quote>.
Default value is <quote></quote> (no table name).
</emphasis>
</para>
<example>
<title>Set <varname>db_table</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("mtree", "db_table", "mymtrees")
modparam("mtree", "db_table", "mtrees")
...
</programlisting>
</example>
Expand Down

0 comments on commit 2df615b

Please sign in to comment.