X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrddump.pod;h=d38aef5a22341ff3a3fa19f828fa126659a2b065;hb=7fec819b92653c39495d4f1018b6751d827a3a1c;hp=7392518485c4f9ea396fe743ec86ddecf06c93cf;hpb=ca6179e6c82724063f16403815aba140604bd59f;p=rrdtool.git diff --git a/doc/rrddump.pod b/doc/rrddump.pod index 7392518..d38aef5 100644 --- a/doc/rrddump.pod +++ b/doc/rrddump.pod @@ -1,17 +1,17 @@ =head1 NAME -rrddump - Dump the contents of an RRD to XML format +rrddump - dump the contents of an RRD to XML format =head1 SYNOPSIS -B B I E I +B B I E I =head1 DESCRIPTION The B function prints the contents of an B in human readable (?) XML format. This format can be read by rrdrestore. -Together they allow you to transfer your files from one architecture -to another as well as manipulating the contents of an B file in a +Together they allow you to transfer your files from one computer architecture +to another as well to manipulate the contents of an B file in a somewhat more convenient manner. @@ -35,13 +35,13 @@ To transfer an RRD between architectures, follow these steps: On the same system where the RRD was created, use B B to export the data to XML format. -=item 2. +=item 2. -Transfer the XML dump to the target system +Transfer the XML dump to the target system. =item 3. -Run B B to create a new RRD from the XML dump. See +Run B B to create a new RRD from the XML dump. See B for details. =back