X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdgraph_data.src;h=88ac260674d9a5acf818b21b8bbf0427da3bd807;hp=47a7bea29b7926685073986bca4a43210c2b6a45;hb=d828f3eccac8dbad7bfc14812e406377669baaa4;hpb=87264104167c04f84e61e3580292217269bab14f diff --git a/doc/rrdgraph_data.src b/doc/rrdgraph_data.src index 47a7bea..88ac260 100644 --- a/doc/rrdgraph_data.src +++ b/doc/rrdgraph_data.src @@ -1,6 +1,6 @@ =include name -=head1 SYNOPSYS +=head1 SYNOPSIS BIvnameE>=IrrdfileE>:Ids-nameE>:ICFE>[:step=IstepE>][:start=ItimeE>][:end=ItimeE>] @@ -13,7 +13,7 @@ B:I=I These three instructions collect the data out of the B files, optionally altering it (think of a bytes to bits conversion) and if desired you can define variables containing useful information -such as maximum, mininimum etcetera. Two of the instructions use +such as maximum, minimum etcetera. Two of the instructions use a language called B which is described in its own manual page. =head1 DEF @@ -24,8 +24,8 @@ This command fetches data from an B file. The virtual name I can then be used throughout the rest of the script. By default, an B which contains the correct consolidated data at an appropriate resolution will be chosen. The resolution can -be overriden with the L<--step|rrdgraph/item_Time> option. -The resolution can again be overriden by specifying the B. +be overridden with the L<--step|rrdgraph/item_Time> option. +The resolution can again be overridden by specifying the B. The time span of this data is the same as for the graph by default, you can override this by specifying B. Remember to escape colons in the time specification!