From: Marcin Siodelski Date: Fri, 26 Oct 2018 16:23:17 +0000 (+0200) Subject: [#10,!3] Tiny corrections in 3 API commands. X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6f340928bd11a2e1d2fdec2f84b4e2f9f28691e;p=thirdparty%2Fkea.git [#10,!3] Tiny corrections in 3 API commands. --- diff --git a/doc/api/build-report.json b/doc/api/build-report.json index 9313835879..14682c083b 100644 --- a/doc/api/build-report.json +++ b/doc/api/build-report.json @@ -1,6 +1,6 @@ { "name": "build-report", - "brief": "returns a list of compilation options that this particular binary was built with", + "brief": "Returns a list of compilation options that this particular binary was built with", "support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ], "avail": "1.2.0", diff --git a/doc/api/config-get.json b/doc/api/config-get.json index 3aed593d13..7ed254a56a 100644 --- a/doc/api/config-get.json +++ b/doc/api/config-get.json @@ -1,6 +1,6 @@ { "name": "config-get", - "brief": "retrieves the current configuration used by the server. The configuration + "brief": "Retrieves the current configuration used by the server. The configuration is roughtly equal to the configuration file, but includes additional changes made by other commands and due to parameters inheritance.", "support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ], diff --git a/doc/api/reservation-get.json b/doc/api/reservation-get.json index cb6925758d..ef359b0928 100644 --- a/doc/api/reservation-get.json +++ b/doc/api/reservation-get.json @@ -1,6 +1,6 @@ { "name": "reservation-get", - "brief": "attempts to retrieve an existing host reservation", + "brief": "Attempts to retrieve an existing host reservation", "support": [ "kea-dhcp4", "kea-dhcp6" ], "hook": "host_cmds", "avail": "1.2.0",