[sr-dev] git:master: htable Minor correction to RPC docs

Olle E. Johansson oej at edvina.net
Fri Dec 21 10:08:17 CET 2012


Module: sip-router
Branch: master
Commit: 9b9562a2bdc71e350702e21e25129444e6b805aa
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9b9562a2bdc71e350702e21e25129444e6b805aa

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date:   Fri Dec 21 10:07:52 2012 +0100

htable Minor correction to RPC docs

---

 modules_k/htable/README               |   30 +++++++++++++++---------------
 modules_k/htable/doc/htable_admin.xml |   12 ++++++------
 2 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/modules_k/htable/README b/modules_k/htable/README
index b949b6e..cc7d5ff 100644
--- a/modules_k/htable/README
+++ b/modules_k/htable/README
@@ -61,9 +61,9 @@ Alex Balashov
 
         7. Exported RPC Commands
 
-              7.1. htable.get
-              7.2. htable.delete
-              7.3. htable.dump
+              7.1. htable.get htable key
+              7.2. htable.delete htable key
+              7.3. htable.dump htable
 
         8. Event routes
 
@@ -130,9 +130,9 @@ Chapter 1. Admin Guide
 
    7. Exported RPC Commands
 
-        7.1. htable.get
-        7.2. htable.delete
-        7.3. htable.dump
+        7.1. htable.get htable key
+        7.2. htable.delete htable key
+        7.3. htable.dump htable
 
    8. Event routes
 
@@ -547,18 +547,18 @@ sht_rm_value_re("ha=>.*");
 
 7. Exported RPC Commands
 
-   7.1. htable.get
-   7.2. htable.delete
-   7.3. htable.dump
+   7.1. htable.get htable key
+   7.2. htable.delete htable key
+   7.3. htable.dump htable
 
-7.1.  htable.get
+7.1.  htable.get htable key
 
    Lists one value in a hash table
 
    Name: htable.get
 
    Parameters:
-     * name : Name of the hash table to dump
+     * htable : Name of the hash table to dump
      * key : Key name of the hash table value to dump
 
    Example:
@@ -567,14 +567,14 @@ sht_rm_value_re("ha=>.*");
 kamcmd htable.get students daniel
 ...
 
-7.2.  htable.delete
+7.2.  htable.delete htable key
 
    Delete one value in a hash table
 
    Name: htable.delete
 
    Parameters:
-     * name : Name of the hash table to delete
+     * htable : Name of the hash table to delete
      * key : Key name of the hash table value to delete
 
    Example:
@@ -583,14 +583,14 @@ kamcmd htable.get students daniel
 kamcmd htable.get students anna
 ...
 
-7.3.  htable.dump
+7.3.  htable.dump htable
 
    Lists all the values in a hash table
 
    Name: dhtable.dump
 
    Parameters:
-     * name : Name of the hash table to dump
+     * htable : Name of the hash table to dump
 
    Example:
 ...
diff --git a/modules_k/htable/doc/htable_admin.xml b/modules_k/htable/doc/htable_admin.xml
index dda48cb..4b6a89f 100644
--- a/modules_k/htable/doc/htable_admin.xml
+++ b/modules_k/htable/doc/htable_admin.xml
@@ -679,7 +679,7 @@ sht_rm_value_re("ha=>.*");
         <title>Exported RPC Commands</title>
         <section>
                 <title>
-                <function moreinfo="none">htable.get</function>
+                <function moreinfo="none">htable.get htable key</function>
                 </title>
                 <para>
 		Lists one value in a hash table
@@ -689,7 +689,7 @@ sht_rm_value_re("ha=>.*");
                 </para>
                 <para>Parameters:</para>
                 <itemizedlist>
-                        <listitem><para>name : Name of the hash table to dump</para>
+                        <listitem><para>htable : Name of the hash table to dump</para>
                         </listitem>
                         <listitem><para>key : Key name of the hash table value to dump</para>
                         </listitem>
@@ -707,7 +707,7 @@ kamcmd htable.get students daniel
 	</section>
         <section>
                 <title>
-                <function moreinfo="none">htable.delete</function>
+                <function moreinfo="none">htable.delete htable key</function>
                 </title>
                 <para>
 		Delete one value in a hash table
@@ -717,7 +717,7 @@ kamcmd htable.get students daniel
                 </para>
                 <para>Parameters:</para>
                 <itemizedlist>
-                        <listitem><para>name : Name of the hash table to delete</para>
+                        <listitem><para>htable : Name of the hash table to delete</para>
                         </listitem>
                         <listitem><para>key : Key name of the hash table value to delete</para>
                         </listitem>
@@ -735,7 +735,7 @@ kamcmd htable.get students anna
 	</section>
         <section>
                 <title>
-                <function moreinfo="none">htable.dump</function>
+                <function moreinfo="none">htable.dump htable</function>
                 </title>
                 <para>
 		Lists all the values in a hash table
@@ -745,7 +745,7 @@ kamcmd htable.get students anna
                 </para>
                 <para>Parameters:</para>
                 <itemizedlist>
-                        <listitem><para>name : Name of the hash table to dump</para>
+                        <listitem><para>htable : Name of the hash table to dump</para>
                         </listitem>
 
                 </itemizedlist>




More information about the sr-dev mailing list