From 168513b1834766616543c941d95531c134b04a30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20Valdemar=20M=C3=B8rch?= Date: Sun, 6 Jan 2019 12:23:39 +0100 Subject: [PATCH] Rename PDP_calculation_explanation.pod -> rrd_pdpcalc.pod as pr. review comment in #931 --- doc/Makefile.in | 4 ++-- doc/{PDP_calculation_explanation.pod => rrd_pdpcalc.pod} | 0 doc/rrdxport.pod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename doc/{PDP_calculation_explanation.pod => rrd_pdpcalc.pod} (100%) diff --git a/doc/Makefile.in b/doc/Makefile.in index 6fed7c7a..0a5eeb8b 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -376,8 +376,8 @@ POD = bin_dec_hex.pod rrddump.pod rrdgraph_examples.pod rrdrestore.pod \ rrdinfo.pod rrdtune.pod rrdbuild.pod rrdflushcached.pod \ rrdcgi.pod rrdgraph.pod rrdlast.pod rrdlastupdate.pod \ rrdcreate.pod rrdgraph_data.pod rrdresize.pod rrdtutorial.pod \ - PDP_calculation_explanation.pod \ - rrdlist.pod $(am__append_1) $(am__append_2) $(am__append_3) + rrd_pdpcalc.pod rrdlist.pod \ + $(am__append_1) $(am__append_2) $(am__append_3) POD3 = librrd.pod PMP = RRDs.pod RRDp.pod MAN = $(POD:.pod=.1) diff --git a/doc/PDP_calculation_explanation.pod b/doc/rrd_pdpcalc.pod similarity index 100% rename from doc/PDP_calculation_explanation.pod rename to doc/rrd_pdpcalc.pod diff --git a/doc/rrdxport.pod b/doc/rrdxport.pod index 97f38a76..fe9a8579 100644 --- a/doc/rrdxport.pod +++ b/doc/rrdxport.pod @@ -160,7 +160,7 @@ values presented to it. Nevertheless when a data value is presented with a single timestamp the timestamp is at the end of the period the value represents. Note that the timestamp itself is outside the period the sample is valid for. For more details about this, see L. +explanation|rrd_pdpcalc>. So the time range for a sample with a timestamp is actually from C inclusive to C exclusive. -- 2.47.2