Code

remove extra whitespace at the end of lines
[rrdtool.git] / doc / rrddump.pod
index f0b446a7e4cc99e3e8148c2e353ec25cfaa1937c..d38aef5a22341ff3a3fa19f828fa126659a2b065 100644 (file)
@@ -4,7 +4,7 @@ rrddump - dump the contents of an RRD to XML format
 
 =head1 SYNOPSIS
 
-B<rrdtool> B<dump> I<filename.rrd> E<gt> I<filename.xml> 
+B<rrdtool> B<dump> I<filename.rrd> E<gt> I<filename.xml>
 
 =head1 DESCRIPTION
 
@@ -35,7 +35,7 @@ To transfer an RRD between architectures, follow these steps:
 On the same system where the RRD was created, use B<rrdtool> B<dump>
 to export the data to XML format.
 
-=item 2. 
+=item 2.
 
 Transfer the XML dump to the target system.