Browse Source

mtree Documentation fixes

Olle E. Johansson 13 years ago
parent
commit
c4b3b04eb5
2 changed files with 22 additions and 14 deletions
  1. 9 9
      modules/mtree/README
  2. 13 5
      modules/mtree/doc/mtree_admin.xml

+ 9 - 9
modules/mtree/README

@@ -164,8 +164,8 @@ modparam("mtree", "db_url", "dbdriver://username:password@dbhost/dbname")
 
 3.2. db_table (string)
 
-   Name of DB table where data for trees is store. It is ignored if a
-   'mtree' parameter is defined.
+   Name of database table where data for trees is stored. It is ignored if
+   a 'mtree' parameter is defined.
 
    Default value is "mtrees".
 
@@ -242,7 +242,7 @@ modparam("mtree", "char_list", "0123456789*+")
 
 3.9. pv_value (string)
 
-   The PV spec where to store the matched value. It can be any writtable
+   The PV spec where to store the matched value. It can be any writable
    PV.
 
    Default value is "$avp(s:tvalue)".
@@ -305,12 +305,12 @@ modparam("mtree", "mt_allow_duplicates", 1)
 4.1. mt_match(mtree, pv, mode)
 
    Match 'pv' value against 'mtree'. If 'mtree' type is 0 or 2 and value
-   of 'mode' is NOT 2, sets a value of longest matching prefix to pseudo
-   variable specified by pv_value parameter. If 'mtree' type is 0 or 2 and
-   value of 'mode' is 2, sets values of all matching prefixes to avp
-   specified by pv_values parameter so that a value of longest matching
-   prefix is in avp index 0. Parameter 'mode' can be an integer constant
-   or a pseudo variable with integer value.
+   of 'mode' is NOT 2, sets a value of the longest matching prefix to
+   pseudo variable specified by pv_value parameter. If 'mtree' type is 0
+   or 2 and value of 'mode' is 2, sets values of all matching prefixes to
+   avp specified by pv_values parameter so that a value of longest
+   matching prefix is in avp index 0. Parameter 'mode' can be an integer
+   constant or a pseudo variable with integer value.
 
    Example 1.14. mt_match usage
 ...

+ 13 - 5
modules/mtree/doc/mtree_admin.xml

@@ -76,7 +76,7 @@ modparam("mtree", "db_url", "&exampledb;")
 	<section>
 	    <title><varname>db_table</varname> (string)</title>
 	    <para>
-		Name of DB table where data for trees is store. It is ignored if a
+		Name of database table where data for trees is stored. It is ignored if a
 		'mtree' parameter is defined.
 	    </para>
 	    <para>
@@ -218,7 +218,7 @@ modparam("mtree", "char_list", "0123456789*+")
 	    <title><varname>pv_value</varname> (string)</title>
 	    <para>
 		The PV spec where to store the matched value. It can be any
-		writtable PV.
+		writable PV.
 		</para>
 	    <para>
 		<emphasis>
@@ -238,7 +238,8 @@ modparam("mtree", "pv_value", "$var(mtval)")
 	<section>
 	    <title><varname>pv_values</varname> (string)</title>
 	    <para>
-		The PV spec where to store the matched values when mtree is of type 0 or 2 and mode of mt_match() call has value 2. It can be any AVP.
+		The PV spec where to store the matched values when mtree is of type
+		0 or 2 and mode of mt_match() call has value 2. It can be any AVP.
 		</para>
 	    <para>
 		<emphasis>
@@ -258,7 +259,8 @@ modparam("mtree", "pv_values", "$avp(mtvals)")
 	<section>
 	    <title><varname>mt_tree_type</varname> (integer)</title>
 	    <para>
-		Default payload type for trees data stored in 'db_table'.  Documented values are 0 for string payloads and 2 for integer payloads.
+		Default payload type for trees data stored in 'db_table'. Documented
+		values are 0 for string payloads and 2 for integer payloads.
 	    </para>
 	    <para>
 		<emphasis>
@@ -324,7 +326,13 @@ modparam("mtree", "mt_allow_duplicates", 1)
 		<function moreinfo="none">mt_match(mtree, pv, mode)</function>
 	    </title>
 	    <para>
-		Match 'pv' value against 'mtree'. If 'mtree' type is 0 or 2 and value of 'mode' is NOT 2, sets a value of longest matching prefix to pseudo variable specified by pv_value parameter. If 'mtree' type is 0 or 2 and value of 'mode' is 2, sets values of all matching prefixes to avp specified by pv_values parameter so that a value of longest matching prefix is in avp index 0.  Parameter 'mode' can be an integer constant or a pseudo variable with integer value.
+		Match 'pv' value against 'mtree'. If 'mtree' type is 0 or 2 and value
+		of 'mode' is NOT 2, sets a value of the longest matching prefix to
+		pseudo variable specified by pv_value parameter. If 'mtree' type is 
+		0 or 2 and value of 'mode' is 2, sets values of all matching prefixes
+		to avp specified by pv_values parameter so that a value of longest
+		matching prefix is in avp index 0.  Parameter 'mode' can be an integer
+		constant or a pseudo variable with integer value.
 	    </para>
 		<example>
 		<title><function>mt_match</function> usage</title>