vnames MUST start with a letter
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 10 Jun 2005 19:25:36 +0000 (19:25 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 10 Jun 2005 19:25:36 +0000 (19:25 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@618 a5681a0c-68f1-0310-ab6d-d61299d08faa

doc/rrdgraph_data.pod

index c57b2c3..dba53f3 100644 (file)
@@ -20,7 +20,7 @@ instructions use a language called B<RPN> which is described in its
 own manual page.
 
 Variable names (I<vname>) must be made up strings of the following characters
-C<A-Z, a-z, 0-9, -,_> with a maximum length of 255 characters.
+C<A-Z, a-z, 0-9, -,_>, starting with a letter and a maximum length of 255 characters.
 
 =head1 DEF