From: oetiker Date: Sat, 6 Sep 2008 10:32:57 +0000 (+0000) Subject: make pod checker happy X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=6836df3d35177c87c3d03e0c622d738305bd390c make pod checker happy git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1479 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/cdeftutorial.pod b/doc/cdeftutorial.pod index 6a45ef4..cced74a 100644 --- a/doc/cdeftutorial.pod +++ b/doc/cdeftutorial.pod @@ -749,7 +749,7 @@ as follows: 5. push 32 6. push function "plus" and process it the stack contains now the temperature in Fahrenheit - + =head2 Changing unknown into zero rrdtool graph demo.png --title="Demo Graph" \ diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index 89ea6f7..4e911c0 100644 --- a/doc/rrdgraph.pod +++ b/doc/rrdgraph.pod @@ -43,7 +43,7 @@ it. For instance, you might be collecting B per second, but want to display B per second. This is what the B> command is designed for. After B the data, a copy is made and this copy is modified -using a rather powerful B> command set. +using a rather powerful B> command set. When you are done fetching and processing the data, it is time to graph it (or print it). This ends the B sequence. @@ -77,7 +77,7 @@ The start and end of the time series you would like to display, and which B the data should come from. Defaults are: 1 day ago until now, with the best possible resolution. B and B can be specified in several formats, see -L and L. +L and L. By default, B calculates the width of one pixel in the time domain and tries to get data from an B with that resolution. With the B option you can alter this behaviour. @@ -352,7 +352,7 @@ no text is rendered bitmapped. All text in rrdtool is rendered using Pango. With the B<--pango-markup> option, all text will be processed by pango markup. This allows to embed some simple html like markup tags using - + text Apart from the verbose syntax, there are also the following short tags available. @@ -366,7 +366,7 @@ Apart from the verbose syntax, there are also the following short tags available small Makes font relatively smaller, equivalent to tt Monospace font u Underline - + More details on L. [B<-G>|B<--graph-render-mode> {B,B}] @@ -434,15 +434,12 @@ You need at least one B statement to generate anything. The other statements are useful but optional. See L and L for the exact format. -=head2 Graph and print elements +NOTE: B You need at least one graph element to generate an image and/or at least one print statement to generate a report. See L for the exact format. - -=back - =head2 graphv Calling rrdtool with the graphv option will return information in the diff --git a/doc/rrdgraph_graph.pod b/doc/rrdgraph_graph.pod index 19a732b..a932fa0 100644 --- a/doc/rrdgraph_graph.pod +++ b/doc/rrdgraph_graph.pod @@ -312,9 +312,7 @@ argument list. =head3 BB<:>IB<#>I[B<:>I] -I modifiers on the other commands.> - -=back +I modifiers on the other commands instead!> B diff --git a/doc/rrdtool.pod b/doc/rrdtool.pod index cd3c785..154afe7 100644 --- a/doc/rrdtool.pod +++ b/doc/rrdtool.pod @@ -34,8 +34,8 @@ While the man pages talk of command line switches you have to set in order to make B work it is important to note that B can be remotely controlled through a set of pipes. This saves a considerable amount of startup time when you plan to make -B do a lot of things quickly. Check the section on L<"Remote -Control"> further down. There is also a number of language bindings +B do a lot of things quickly. Check the section on L +further down. There is also a number of language bindings for RRDtool which allow you to use it directly from perl, python, tcl, php, etc.