From: Tomek Mrugalski Date: Fri, 16 Aug 2019 17:10:56 +0000 (+0200) Subject: [#810,!471] Compilation fixes in the API files X-Git-Tag: Kea-1.6.0~41^2~38 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e90577743ee528a7d5abddfb6fbd8ce8645a5cbb;p=thirdparty%2Fkea.git [#810,!471] Compilation fixes in the API files --- diff --git a/doc/sphinx/api/cache-get-by-id.json b/doc/sphinx/api/cache-get-by-id.json index 14c0b454ab..ef6bf34c80 100644 --- a/doc/sphinx/api/cache-get-by-id.json +++ b/doc/sphinx/api/cache-get-by-id.json @@ -8,7 +8,7 @@ " \"command\": \"cache-get-by-id\",", " \"arguments\": {", " \"hw-address\": \"01:02:03:04:05:06\"", - " }" + " }", "}" ], "hook": "host_cache", diff --git a/doc/sphinx/api/cache-insert.json b/doc/sphinx/api/cache-insert.json index 2cf5db5d47..cdcfe6a25f 100644 --- a/doc/sphinx/api/cache-insert.json +++ b/doc/sphinx/api/cache-insert.json @@ -1,7 +1,7 @@ { "avail": "1.4.0", "brief": [ - "This command manually inserts a host into the cache." + "This command inserts a host into the cache." ], "cmd-syntax": [ "{", diff --git a/doc/sphinx/api/cache-remove.json b/doc/sphinx/api/cache-remove.json index b824647f05..697b94f59a 100644 --- a/doc/sphinx/api/cache-remove.json +++ b/doc/sphinx/api/cache-remove.json @@ -1,7 +1,7 @@ { "avail": "1.4.0", "brief": [ - "This command works similarly to the ``reservation-get`` command." + "This command removes entries from the host cache. It takes parameters similar to the ``reservation-get`` command." ], "cmd-syntax": [ "{", diff --git a/doc/sphinx/api/class-add.json b/doc/sphinx/api/class-add.json index 7e7ec01a29..1760ebd1dd 100644 --- a/doc/sphinx/api/class-add.json +++ b/doc/sphinx/api/class-add.json @@ -1,7 +1,7 @@ { "avail": "1.5.0", "brief": [ - "This command creates and adds a new class to the existing server configuration." + "This command adds a new class to the existing server configuration." ], "cmd-comment": [ "The ``next-server``, ``server-hostname``, and ``boot-file-name`` are DHCPv4-specific. Only one client class can be added with a single command. " diff --git a/doc/sphinx/api/ha-scopes.json b/doc/sphinx/api/ha-scopes.json index 54f8300bb9..28c815afa7 100644 --- a/doc/sphinx/api/ha-scopes.json +++ b/doc/sphinx/api/ha-scopes.json @@ -12,7 +12,7 @@ " \"service\": [ ],", " \"arguments\": {", " \"scopes\": [ \"HA_server1\", \"HA_server2\" ]", - " }" + " }", "}" ], "description": "See ", diff --git a/doc/sphinx/api/remote-option6-global-get.json b/doc/sphinx/api/remote-option6-global-get.json index c790a43f7f..ff05da98cb 100644 --- a/doc/sphinx/api/remote-option6-global-get.json +++ b/doc/sphinx/api/remote-option6-global-get.json @@ -20,7 +20,7 @@ " ", " },", " \"server-tags\": [ ]", - " }" + " }", "}" ], "hook": "cb_cmds", diff --git a/doc/sphinx/api/reservation-get-all.json b/doc/sphinx/api/reservation-get-all.json index 6f5094b41f..15b8092021 100644 --- a/doc/sphinx/api/reservation-get-all.json +++ b/doc/sphinx/api/reservation-get-all.json @@ -8,7 +8,7 @@ " \"command\": \"reservation-get-all\",", " \"arguments\": {", " \"subnet-id\": ", - " }" + " }", "}" ], "hook": "host_cmds",