From d6f340928bd11a2e1d2fdec2f84b4e2f9f28691e Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 26 Oct 2018 18:23:17 +0200 Subject: [PATCH] [#10,!3] Tiny corrections in 3 API commands. --- doc/api/build-report.json | 2 +- doc/api/config-get.json | 2 +- doc/api/reservation-get.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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", -- 2.47.2