]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Fix docs on rrdxport
authorÓscar Nájera <on@mathias-kettner.de>
Mon, 18 Mar 2019 17:23:05 +0000 (18:23 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 19 Mar 2019 22:55:51 +0000 (23:55 +0100)
doc/rrdxport.pod

index fe9a8579b98b93de0fc3e0ac9332210c56a37003..6c10108cda0ad6180d23c6ce711a22dd7e953f0d 100644 (file)
@@ -146,7 +146,7 @@ The resulting data section is:
   </data>
 
 All the statistics in the output will use the same step. The first sample will
-be the first sample starting at or immediately after B<--start>. The last
+be the first sample starting immediately after B<--start>. The last
 sample will be the one ending at or immediately after B<--end>.
 
 Each sample has a timestamp and one or more values. The timestamps associated
@@ -169,9 +169,9 @@ The first line of the sample output:
 
     <row><t>1020611700</t><v>3.4000000000e+00</v><v>5.4400000000e+01</v></row>
 
-therefore means that the values for the interval 1020611700 to 1020611999 were
-3.4 and 54.4 for "out bytes" and "in and out bits" respectively, as if the
-value was taken at 1020612000.
+therefore means that the values for the interval 1020611400 to 1020611699 were
+3.4 and 54.4 for "out bytes" and "in and out bits" respectively, because the
+value was taken at 1020611700.
 
 =head1 EXAMPLE 1
 
@@ -207,4 +207,3 @@ line argument takes precedence.
 =head1 AUTHOR
 
 Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
-