]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
mods of #477 fixes in syntax definitions
authormoli <phpmoli@users.noreply.github.com>
Mon, 19 May 2014 18:23:55 +0000 (20:23 +0200)
committermoli <phpmoli@users.noreply.github.com>
Mon, 19 May 2014 18:23:55 +0000 (20:23 +0200)
removed some brackets
added RRD_DEFAULT_FONT to the envvar section

doc/rrdgraph.pod

index 90962e2ad5881dd4dff99356716b905e7785a2c3..dfdcbe3ab067b172920ed817a8e19a4a85694845 100644 (file)
@@ -357,7 +357,7 @@ by default the grid is drawn in a 1 on, 1 off pattern. With this option you can
  
  --grid-dash 1:0    for uninterrupted grid lines
 
-[B<--border> I<width>]]
+[B<--border> I<width>]
 
 Width in pixels for the 3d border drawn around the image. Default 2, 0
 disables the border. See C<SHADEA> and C<SHADEB> above for setting the border
@@ -371,7 +371,7 @@ Pick the shape of the color marker next to the label according to the element dr
 
 Zoom the graphics by the given amount. The factor must be E<gt> 0
 
-[B<-n>|B<--font> I<FONTTAG>B<:>I<size>B<:>[I<font>]]
+[B<-n>|B<--font> I<FONTTAG>B<:>I<size>B<:>I<font>]
 
 This lets you customize which font to use for the various text elements on
 the RRD graphs. C<DEFAULT> sets the default value for all elements, C<TITLE>
@@ -564,6 +564,11 @@ If this environment variable is set it will have the same effect as specifying
 the C<--daemon> option on the command line. If both are present, the command
 line argument takes precedence.
 
+=item B<RRD_DEFAULT_FONT>
+
+RRDtool comes with a preset default font. You can set the environment variable
+RRD_DEFAULT_FONT if you want to change this.
+
 =back
 
 =head1 SEE ALSO