3 patches, #3 depends on #1 as EPS uses AFM for stringwidth too.
[rrdtool.git] / doc / rrdgraph.src
index 9dc4050..c9360b9 100644 (file)
@@ -61,7 +61,7 @@ statements (after all, most of them do define graph elements...).
 =item filename
 
 The name and path of the graph to generate. It is recommended to
-end this in C<.png> or C<.svg> but B<rrdtool> does not enforce this.
+end this in C<.png>, C<.svg> or C<.eps> but B<rrdtool> does not enforce this.
 
 I<filename> can be 'C<->' to send the image to C<stdout>. In
 that case, no other output is generated.  
@@ -300,10 +300,9 @@ for the graph legend.
 
 Use Times for the title: C<--font TITLE:13:/usr/lib/fonts/times.ttf>
 
-B<[-a|--imgformat C<PNG>|C<SVG>]>
+B<[-a|--imgformat C<PNG>|C<SVG>|C<EPS>]>
 
-At present only C<PNG> and C<SVG> are supported, but C<EPS>, or even C<FLASH> should
-not be all that difficult to add.
+At present C<PNG>, C<SVG> and C<EPS> are supported.
 
 B<[-i|--interlaced]>