* remove jakes old address
[rrdtool.git] / doc / rrdxport.pod
index fcaaa0d..bf05615 100644 (file)
@@ -1,8 +1,6 @@
 =head1 NAME
 
-rrdtool xport - Export data in XML format based on data from one or several RRD
-
-=for html <div align="right"><a href="rrdxport.pdf">PDF</a> version.</div> 
+rrdxport - Export data in XML format based on data from one or several RRD
 
 =head1 SYNOPSIS
 
@@ -17,7 +15,7 @@ S<[B<XPORT>B<:>I<vname>[B<:>I<legend>]]>
 
 =head1 DESCRIPTION
 
-The B<xport> functions main purpose is to write XML formatted
+The B<xport> function's main purpose is to write an XML formatted
 representation of the data stored in one or several B<RRD>s. It
 can also extract numerical reports. 
 
@@ -48,7 +46,7 @@ for details.
 
 =item B<--step> I<value> (default automatic)
 
-See I<rrdgraph> documentation.
+See L<rrdgraph> documentation.
 
 =item B<DEF:>I<vname>B<=>I<rrd>B<:>I<ds-name>B<:>I<CF>
 
@@ -63,11 +61,11 @@ See I<rrdgraph> documentation.
 At least one I<XPORT> statement should be present. The values
 referenced by I<vname> are printed. Optionally add a legend.
 
-=over
+=back
 
 =head1 Output format
 
-The output is enclosed in a B<xport> element and contains two
+The output is enclosed in an B<xport> element and contains two
 blocks. The first block is enclosed by a B<meta> element and
 contains some meta data. The second block is enclosed by a 
 B<data> element and contains the data rows.
@@ -82,7 +80,7 @@ Let's assume that the I<xport> command looks like this:
           XPORT:xx:"out bytes" \
           XPORT:aa:"in and out bits"
 
-The resulting meta data section (the values will depend on the
+The resulting meta data section is (the values will depend on the
 RRD characteristics):
  
   <meta>
@@ -97,7 +95,7 @@ RRD characteristics):
     </legend>
   </meta>
   
-The resulting data section:
+The resulting data section is:
 
   <data>
     <row><t>1020611700</t><v>3.4000000000e+00</v><v>5.4400000000e+01</v></row>