summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 791bb44)
raw | patch | inline | side by side (parent: 791bb44)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 9 Aug 2004 08:38:55 +0000 (08:38 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 9 Aug 2004 08:38:55 +0000 (08:38 +0000) |
program/doc/rrdcgi.pod | patch | blob | history |
diff --git a/program/doc/rrdcgi.pod b/program/doc/rrdcgi.pod
index 66260acc238a2a3aa52583b12b16bd9e836ef76b..763ab230bb8168eea19af9c1bc0bce78b6c67bca 100644 (file)
--- a/program/doc/rrdcgi.pod
+++ b/program/doc/rrdcgi.pod
=item RRD::TIME::NOW I<strftime-format>
-This gets replaced by the current time of day. The
-time is I<strftime>-formatted with the string specified in the argument.
+This gets replaced by the current time of day. The time is
+I<strftime>-formatted with the string specified in the argument.
+
+Note that if you return : from your strftime format you may have to escape
+them using \ if the time is to be used as an argument to a GRAPH command.
=item RRD::TIME::STRFTIME I<START|END> I<start-spec> I<end-spec> I<strftime-format>
to allow pretty titles on graphs with times that are easier for non RRDtool
folks to figure out than "-2weeks".
+Note that if you return : from your strftime format you may have to escape
+them using \ if the time is to be used as an argument to a GRAPH command.
+
=item RRD::GRAPH I<rrdgraph arguments>
This tag creates the RRD graph defined in its argument and then gets