]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#64,!41] Minor updates to the class_cmds reference.
authorMarcin Siodelski <marcin@isc.org>
Mon, 5 Nov 2018 13:37:40 +0000 (14:37 +0100)
committerMarcin Siodelski <marcin@isc.org>
Mon, 5 Nov 2018 16:38:48 +0000 (11:38 -0500)
doc/api/class-del.json
doc/api/class-update.json
doc/guide/api.xml

index 795a94b356e5429240f9500d756a91438730ce1e..cd86213295ea5f0e9db2549090476464ee698a27 100644 (file)
@@ -8,7 +8,7 @@
     "cmd-syntax": "{
     \"command\": \"class-del\",
     \"arguments\": {
-        \"name\": <name of the class>,
+        \"name\": <name of the class>
     }
 }",
     "resp-syntax": "{
index 7377fe5b09e438bdbaae4e12167400cea775505e..436da47c7307f901394b32d2c2c4675aa1d566af 100644 (file)
@@ -28,7 +28,7 @@
     \"result\": 0,
     \"text\": \"Class '<class-name>' updated.\",
 }",
-    "resp-comment": "The command will return a result of 3 (empty) if the client
+    "resp-comment": "The command will return the result of 3 (empty) if the client
                     class doesn't exist. If the client class exists, the retured
                     result is 0 if the update was successful and the result is 1
                     if the update is unsuccessful."
index 68f4d58f5fceaaf7dab8018e109ce71f461b0d4e..35d920b8c9a1629d3146807ec55c63ae295c41c5 100644 (file)
@@ -603,7 +603,7 @@ The command will be successful (result 0), unless the
   <screen>{
     "command": "class-del",
     "arguments": {
-        "name": &lt;name of the class&gt;,
+        "name": &lt;name of the class&gt;
     }
 }</screen>
 </para>
@@ -754,7 +754,7 @@ The <command>next-server</command>,
     "result": 0,
     "text": "Class '&lt;class-name&gt;' updated.",
 }</screen>
-The command will return a result of 3 (empty) if the client
+The command will return the result of 3 (empty) if the client
                     class doesn't exist. If the client class exists, the retured
                     result is 0 if the update was successful and the result is 1
                     if the update is unsuccessful.</para>