]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Rename PDP_calculation_explanation.pod -> rrd_pdpcalc.pod as pr. review comment in...
authorPeter Valdemar Mørch <peter@morch.com>
Sun, 6 Jan 2019 11:23:39 +0000 (12:23 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 7 Jan 2019 07:47:16 +0000 (08:47 +0100)
doc/Makefile.in
doc/rrd_pdpcalc.pod [moved from doc/PDP_calculation_explanation.pod with 100% similarity]
doc/rrdxport.pod

index 6fed7c7af51d82c135de632a4d4d3c148d3663db..0a5eeb8b9ee07884e1f54759dd5e40b3b087e1d6 100644 (file)
@@ -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)
index 97f38a7642d0f349daa191be84a0200193bde230..fe9a8579b98b93de0fc3e0ac9332210c56a37003 100644 (file)
@@ -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<PDP calculation
-explanation|PDP_calculation_explanation>.
+explanation|rrd_pdpcalc>.
 
 So the time range for a sample with a timestamp is actually
 from C<timestamp - step> inclusive to C<timestamp> exclusive.