From: oetiker Date: Fri, 27 May 2005 19:17:17 +0000 (+0000) Subject: add note on variable names X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c3b8b63e1904257e772f75b855d9976e06e1153e;p=rrdtool-all.git add note on variable names git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@599 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/doc/rrdgraph_data.pod b/program/doc/rrdgraph_data.pod index e8b2c671..c57b2c35 100644 --- a/program/doc/rrdgraph_data.pod +++ b/program/doc/rrdgraph_data.pod @@ -19,6 +19,9 @@ useful information such as maximum, minimum etcetera. Two of the instructions use a language called B which is described in its own manual page. +Variable names (I) must be made up strings of the following characters +C with a maximum length of 255 characters. + =head1 DEF BIvnameE>=IrrdfileE>:Ids-nameE>:ICFE>[:step=IstepE>][:start=ItimeE>][:end=ItimeE>][:reduce=IBE>]