From c190259f1f64212b4d8be3b6731adb02c4eb060c Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Sun, 21 May 2006 21:53:57 +0000 Subject: [PATCH] fixed type hte->the git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@833 a5681a0c-68f1-0310-ab6d-d61299d08faa --- doc/rrd-beginners.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rrd-beginners.pod b/doc/rrd-beginners.pod index c3d0a397..f96b93bc 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. -- 2.47.3