From: oetiker Date: Fri, 27 May 2005 19:17:17 +0000 (+0000) Subject: add note on variable names X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=9b3f8a096b6202b9bd580586476660933c7f913f add note on variable names git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@599 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdgraph_data.pod b/doc/rrdgraph_data.pod index e8b2c67..c57b2c3 100644 --- a/doc/rrdgraph_data.pod +++ b/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>]