From: Óscar Nájera Date: Mon, 18 Mar 2019 17:23:05 +0000 (+0100) Subject: Fix docs on rrdxport X-Git-Tag: v1.7.2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4040b2c1b9e51fe23b8bc546b43e0b33440f855;p=thirdparty%2Frrdtool-1.x.git Fix docs on rrdxport --- diff --git a/doc/rrdxport.pod b/doc/rrdxport.pod index fe9a8579..6c10108c 100644 --- a/doc/rrdxport.pod +++ b/doc/rrdxport.pod @@ -146,7 +146,7 @@ The resulting data section is: 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: 10206117003.4000000000e+005.4400000000e+01 -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 Etobi@oetiker.chE -