2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[master] typo fix in stats.xml

This commit is contained in:
Wlodek Wencel
2015-07-16 13:14:10 +02:00
parent 457e8b31dd
commit f100eefe3e

View File

@@ -43,7 +43,7 @@
</listitem> </listitem>
<listitem> <listitem>
<simpara><emphasis>string</emphasis> - this type is intended for <simpara><emphasis>string</emphasis> - this type is intended for
recording statistics in textual forma. It uses std::string C++ type. recording statistics in textual form. It uses std::string C++ type.
</simpara> </simpara>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
@@ -108,7 +108,7 @@
subtle. The reset command sets the value of the statistic to zero or neutral subtle. The reset command sets the value of the statistic to zero or neutral
value. After this operation, the statistic will have a value of 0 (integer), value. After this operation, the statistic will have a value of 0 (integer),
0.0 (float), 0h0m0s0us (duration) or "" (string). When asked for, a statistic 0.0 (float), 0h0m0s0us (duration) or "" (string). When asked for, a statistic
with the values metioned will be returned. <command>Remove</command> removes with the values mentioned will be returned. <command>Remove</command> removes
a statistic completely, so the statistic will not be reported anymore. Please a statistic completely, so the statistic will not be reported anymore. Please
note that the server code may add it back if there's a reason to record note that the server code may add it back if there's a reason to record
it. it.