From: Suzanne Goldlust Date: Mon, 4 Feb 2019 21:32:39 +0000 (-0500) Subject: Update stats.xml X-Git-Tag: 481-remote-subnet4-set-inconsistent-work-when-id-subnet-is-duplicated_base~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b919c17b2f0371297b12c7924adf87124a90374d;p=thirdparty%2Fkea.git Update stats.xml --- diff --git a/doc/guide/stats.xml b/doc/guide/stats.xml index e7f7215776..8e2c5f4021 100644 --- a/doc/guide/stats.xml +++ b/doc/guide/stats.xml @@ -35,24 +35,24 @@ floating point - this type is intended to - store floating-point precision. It is implemented as double C++ type. + store floating-point precision. It is implemented as a C++ double type. duration - this type is intended for - recording time periods. It uses boost::posix_time::time_duration type, + recording time periods. It uses the `boost::posix_time::time_duration type, which stores hours, minutes, seconds, and microseconds. string - this type is intended for - recording statistics in textual form. It uses std::string C++ type. + recording statistics in textual form. It uses the C++ std::string type. - During normal operation, DHCPv4 and DHCPv6 servers gather statistics. + During normal operation, the DHCPv4 and DHCPv6 servers gather statistics. For a list of DHCPv4 and DHCPv6 statistics, see and , respectively.