From b919c17b2f0371297b12c7924adf87124a90374d Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Mon, 4 Feb 2019 16:32:39 -0500 Subject: [PATCH] Update stats.xml --- doc/guide/stats.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.47.2