fix win32 distributables
[rrdtool.git] / doc / rrdgraph_examples.pod
index 664b965..aa6ce4d 100644 (file)
@@ -95,7 +95,7 @@ Note: no color in the first line so it is not visible
 
 Note: the second line gets stacked on top of the first one
 
-    LINE1:data#FF0000:"Data with offset":STACK
+    LINE1:mydata#FF0000:"Data with offset":STACK
 
 =back
 
@@ -107,14 +107,18 @@ Also works for HRULE and VRULE
 
 =item *
 
-default style: - - - - -
+default style: B<- - - - ->
+
     LINE1:data#FF0000:"dashed line":dashes
 
 =item *
 
-more fancy style with offset: - -  --- -  --- -
+more fancy style with offset: B<- -  --- -  --- ->
+
     LINE1:data#FF0000:"another dashed line":dashes=15,5,5,10:dash-offset=10
 
+=back
+
 =head2 Time ranges
 
     Last four weeks: --start end-4w --end 00:00
@@ -200,10 +204,9 @@ L<rrdgraph_data> describes B<DEF>,B<CDEF> and B<VDEF> in detail.
 L<rrdgraph_rpn> describes the B<RPN> language used in the B<xDEF> statements.
 L<rrdgraph_graph> page describes all the graph and print functions.
 
-Make sure to read L<rrdgraph_examples> for tipsE<amp>tricks.
-
 =head1 AUTHOR
 
 Program by Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
 
-This manual page by Alex van den Bogaerdt E<lt>alex@ergens.op.het.netE<gt>
+This manual page by Alex van den Bogaerdt E<lt>alex@vandenbogaerdt.nlE<gt>
+with corrections and/or additions by several people