From ac29bccef8036fb1a7ba55458c86d8601fcc56f4 Mon Sep 17 00:00:00 2001 From: oetiker Date: Wed, 11 May 2005 12:09:36 +0000 Subject: [PATCH] fix wording for min/max ... they are not optional git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@541 a5681a0c-68f1-0310-ab6d-d61299d08faa --- doc/rrdcreate.pod | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/rrdcreate.pod b/doc/rrdcreate.pod index 5c44562..2ecf8d1 100644 --- a/doc/rrdcreate.pod +++ b/doc/rrdcreate.pod @@ -137,13 +137,12 @@ I defines the maximum number of seconds that may pass between two updates of this data source before the value of the data source is assumed to be I<*UNKNOWN*>. -I and I are optional entries defining the expected range of -the data supplied by this data source. If I and/or I are -defined, any value outside the defined range will be regarded as -I<*UNKNOWN*>. If you do not know or care about min and max, set them -to U for unknown. Note that min and max always refer to the processed -values of the DS. For a traffic-B type DS this would be the -maximum and minimum data-rate expected from the device. +I and I define the expected range values for data supplied by a +data source. If I and/or I any value outside the defined range +will be regarded as I<*UNKNOWN*>. If you do not know or care about min and +max, set them to U for unknown. Note that min and max always refer to the +processed values of the DS. For a traffic-B type DS this would be +the maximum and minimum data-rate expected from the device. I