From: oetiker Date: Sun, 21 May 2006 21:53:57 +0000 (+0000) Subject: fixed type hte->the X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=ed19941bddf2724849763169e7f3188dff654aaa;p=rrdtool.git fixed type hte->the git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@833 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrd-beginners.pod b/doc/rrd-beginners.pod index c3d0a39..f96b93b 100644 --- a/doc/rrd-beginners.pod +++ b/doc/rrd-beginners.pod @@ -149,7 +149,7 @@ is much better than to assume a missing value was 0 (zero) or any other number which might also be a valid data value. For example, the traffic flow counter on a router keeps increasing. Lets say, a value is missed for an interval and 0 is stored instead of UNKNOWN. Now when -hte next value becomes available, it will calculate the difference +the next value becomes available, it will calculate the difference between the current value and the previous value (0) which is not correct. So, inserting the value UNKNOWN makes much more sense here.