X-Git-Url: https://git.tokkee.org/?p=pkg-rrdtool.git;a=blobdiff_plain;f=doc%2FRRDs.html;h=f64d608a620e7c04b1fb8eae836048a2d8e8511e;hp=a0db39b3dbe15a50e71b922bd9cd6074db02e9c6;hb=51c3d3fb997c22e1ee828470413f1e84989e1f6c;hpb=1559397b94b4af3de73cfa23c04be31d8bee53e7 diff --git a/doc/RRDs.html b/doc/RRDs.html index a0db39b..f64d608 100644 --- a/doc/RRDs.html +++ b/doc/RRDs.html @@ -9,8 +9,10 @@ -

+ +
+

+ + +

@@ -72,7 +78,7 @@ RRDtool documentation. The command line call

  --template=in:out

is also valid.

-

The RRDs::times function takes two parameters: a ``start'' and ``end'' time. +

The RRDs::times function takes two parameters: a "start" and "end" time. These should be specified in the AT-STYLE TIME SPECIFICATION format used by RRDtool. See the rrdfetch documentation for a detailed explanation on how to specify time.

@@ -139,7 +145,7 @@ integers, a pointer to an array and a pointer to a array of pointers.

print "\n"; }

RRDs::times returns two integers which are the number of seconds since -epoch (1970-01-01) for the supplied ``start'' and ``end'' arguments, respectively.

+epoch (1970-01-01) for the supplied "start" and "end" arguments, respectively.

See the examples directory for more ways to use this extension.