2
0
Эх сурвалжийг харах

htable Minor correction to RPC docs

Olle E. Johansson 12 жил өмнө
parent
commit
9b9562a2bd

+ 15 - 15
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:
 ...

+ 6 - 6
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>