From 1b3d7e147429d3d135eeab6d84dfeda89a2f1ce1 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Wed, 16 May 2018 12:49:52 +0200 Subject: [PATCH] [5589] Minor docs corrections as a result of second review. --- doc/guide/hooks-stat-cmds.xml | 2 +- src/hooks/dhcp/stat_cmds/stat_cmds.cc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/guide/hooks-stat-cmds.xml b/doc/guide/hooks-stat-cmds.xml index 988ed91c78..8f2cdff98e 100644 --- a/doc/guide/hooks-stat-cmds.xml +++ b/doc/guide/hooks-stat-cmds.xml @@ -109,7 +109,7 @@ subnets, this can be result in a large response. - The following command would fetch lease statistcis for all known subnets from kea-dhcp4 server: + The following command would fetch lease statistics for all known subnets from kea-dhcp4 server: { "command": "stat-lease4-get" diff --git a/src/hooks/dhcp/stat_cmds/stat_cmds.cc b/src/hooks/dhcp/stat_cmds/stat_cmds.cc index d8aa0a5223..ce882b0cf1 100644 --- a/src/hooks/dhcp/stat_cmds/stat_cmds.cc +++ b/src/hooks/dhcp/stat_cmds/stat_cmds.cc @@ -121,7 +121,8 @@ public: /// must fulfill: 0 < first-subnet-id < last-subnet-id /// -# subnet-id and subnet-range are mutually exclusive Parameters getParameters(const ConstElementPtr& cmd_args); -/// @brief Executes the lease4 query and constructs the outbound result set + + /// @brief Executes the lease4 query and constructs the outbound result set /// /// This method uses the command parameters to identify the range /// of configured subnets. If the range contains no known subnets -- 2.47.2