]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
librrd.pod: fix syntax errors 474/head
authorPeter A. Bigot <pab@pabigot.com>
Fri, 16 May 2014 17:24:56 +0000 (12:24 -0500)
committerPeter A. Bigot <pab@pabigot.com>
Fri, 16 May 2014 17:24:56 +0000 (12:24 -0500)
doc/librrd.pod

index c443386a0ef06ad032e491977ecf2581e6836dcb..06d0a40334e792e218c668880eaf6f9b30ce4c98 100644 (file)
@@ -147,8 +147,6 @@ Insufficient memory was available.
 In contrast to L<mkdir(2)>, the function does B<not> fail if C<pathname>
 already exists and is a directory.
 
-=back
-
 =item B<rrd_scaled_duration (const char * token, unsigned long divisor, unsigned long * valuep)>
 
 Parse a token in a context where it contains a count (of seconds or
@@ -222,7 +220,7 @@ The function returns a null pointer if the conversion was successful
 and C<valuep> has been updated to the scaled value.  On failure, it
 returns a text diagnostic suitable for use in user error messages.
 
-= back
+=back
 
 =head1 AUTHOR