From: Marcin Siodelski Date: Wed, 16 May 2018 10:49:52 +0000 (+0200) Subject: [5589] Minor docs corrections as a result of second review. X-Git-Tag: trac5549a_base~21^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b3d7e147429d3d135eeab6d84dfeda89a2f1ce1;p=thirdparty%2Fkea.git [5589] Minor docs corrections as a result of second review. --- 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