fix wording for min/max ... they are not optional
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 11 May 2005 12:09:36 +0000 (12:09 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 11 May 2005 12:09:36 +0000 (12:09 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@541 a5681a0c-68f1-0310-ab6d-d61299d08faa

doc/rrdcreate.pod

index 5c44562..2ecf8d1 100644 (file)
@@ -137,13 +137,12 @@ I<heartbeat> 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<min> and I<max> are optional entries defining the expected range of
-the data supplied by this data source. If I<min> and/or I<max> 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<COUNTER> type DS this would be the
-maximum and minimum data-rate expected from the device.
+I<min> and I<max> define the expected range values for data supplied by a
+data source. If I<min> and/or I<max> 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<COUNTER> type DS this would be
+the maximum and minimum data-rate expected from the device.
 
 I<If information on minimal/maximal expected values is available,
 always set the min and/or max properties. This will help RRDtool in