Jelajahi Sumber

mtree: clarifications about db table parameter in docs

(cherry picked from commit 1c1e51388aad6c5ba064c283d5e124367b30ad7e)
Daniel-Constantin Mierla 8 tahun lalu
induk
melakukan
2df615b689
1 mengubah file dengan 5 tambahan dan 4 penghapusan
  1. 5 4
      src/modules/mtree/doc/mtree_admin.xml

+ 5 - 4
src/modules/mtree/doc/mtree_admin.xml

@@ -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>