From: Wlodek Wencel Date: Thu, 16 Jul 2015 11:14:10 +0000 (+0200) Subject: [master] typo fix in stats.xml X-Git-Tag: trac4006_base~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f100eefe3e33106e3522a005965c83aa24b0b49d;p=thirdparty%2Fkea.git [master] typo fix in stats.xml --- diff --git a/doc/guide/stats.xml b/doc/guide/stats.xml index b94659b1d0..335b25f672 100644 --- a/doc/guide/stats.xml +++ b/doc/guide/stats.xml @@ -43,7 +43,7 @@ string - 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. @@ -75,7 +75,7 @@ a statistic to change, the related statistic will be created. In the general case once a statistic is recorded even once, it is kept in the manager, until explicitly removed, by statistic-remove or - statistic-remove-all being called or the server is shut + statistic-remove-all being called or the server is shut down. Per subnet statistics are explicitly removed when reconfiguration takes place. @@ -108,7 +108,7 @@ 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), 0.0 (float), 0h0m0s0us (duration) or "" (string). When asked for, a statistic - with the values metioned will be returned. Remove removes + with the values mentioned will be returned. Remove removes 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 it.