]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Update stats.xml
authorSuzanne Goldlust <sgoldlust@isc.org>
Mon, 4 Feb 2019 21:32:39 +0000 (16:32 -0500)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 28 Feb 2019 14:52:13 +0000 (15:52 +0100)
doc/guide/stats.xml

index e7f72157763e43ab911c778ec43b4b7069c300fe..8e2c5f4021c043845ca339c7d18db1e736055f6a 100644 (file)
       </listitem>
       <listitem>
         <simpara><emphasis>floating point</emphasis> - 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.
         </simpara>
       </listitem>
       <listitem>
         <simpara><emphasis>duration</emphasis> - 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.</simpara>
       </listitem>
       <listitem>
         <simpara><emphasis>string</emphasis> - 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.
         </simpara>
       </listitem>
     </itemizedlist>
     </para>
 
     <para>
-      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 <xref linkend="dhcp4-stats"/> and <xref linkend="dhcp6-stats"/>, respectively.
     </para>