]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Update doc/rrdruby.pod
authorWolfgang Stöggl <c72578@yahoo.de>
Tue, 4 Jun 2019 12:08:57 +0000 (14:08 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 4 Jun 2019 15:17:17 +0000 (17:17 +0200)
- Fixes: https://github.com/oetiker/rrdtool-1.x/issues/885
  Typo: --interlace -> --interlaced
- Change encoding of file from ANSI to UTF-8
  add to pod file: =encoding utf8
  Fixes podchecker error:
  *** ERROR: Non-ASCII character seen before =encoding in 'Loïs'.
  Assuming CP1252 at line 84 in file doc/rrdruby.pod
  doc/rrdruby.pod has 1 pod syntax error.

doc/rrdruby.pod

index e97c345c83b5530037a238abe24e14165d4988fe..a5f6d72a29e452a5477b96e82f5f70f8ec38e61c 100644 (file)
@@ -1,3 +1,5 @@
+=encoding utf8
+
 =head1 NAME
 
 rrdruby - About the RRD Ruby bindings
@@ -57,7 +59,7 @@ to the other B<rrdtool> documentation for functions and valid arguments.
     "--title", " RubyRRD Demo",
     "--start", "#{start+3600}",
     "--end", "start + 1000 min",
-    "--interlace",
+    "--interlaced",
     "--imgformat", "PNG",
     "--width=450",
     "DEF:a=#{rrd}:a:AVERAGE",
@@ -81,6 +83,6 @@ rrdxport, rrdinfo
 
 =head1 AUTHOR
 
-Loïs Lherbier E<lt>lois.lherbier@covadis.chE<gt>
+Loïs Lherbier E<lt>lois.lherbier@covadis.chE<gt>
 
 Miles Egan E<lt>miles@caddr.comE<gt>