From: moli Date: Mon, 19 May 2014 18:23:55 +0000 (+0200) Subject: mods of #477 fixes in syntax definitions X-Git-Tag: v1.5.0-rc1~81^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ebcaf871cb846dc09b180e16420d36ff647405e;p=thirdparty%2Frrdtool-1.x.git mods of #477 fixes in syntax definitions removed some brackets added RRD_DEFAULT_FONT to the envvar section --- diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index 90962e2a..dfdcbe3a 100644 --- a/doc/rrdgraph.pod +++ b/doc/rrdgraph.pod @@ -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]] +[B<--border> I] Width in pixels for the 3d border drawn around the image. Default 2, 0 disables the border. See C and C 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 0 -[B<-n>|B<--font> IB<:>IB<:>[I]] +[B<-n>|B<--font> IB<:>IB<:>I] This lets you customize which font to use for the various text elements on the RRD graphs. C sets the default value for all elements, C @@ -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