From: Wolfgang Stöggl Date: Tue, 4 Jun 2019 12:08:57 +0000 (+0200) Subject: Update doc/rrdruby.pod X-Git-Tag: v1.8.0~96 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7728b3440c6fbd8cc8f35a903ec01f63de10eaa6;p=thirdparty%2Frrdtool-1.x.git Update doc/rrdruby.pod - 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. --- diff --git a/doc/rrdruby.pod b/doc/rrdruby.pod index e97c345c..a5f6d72a 100644 --- a/doc/rrdruby.pod +++ b/doc/rrdruby.pod @@ -1,3 +1,5 @@ +=encoding utf8 + =head1 NAME rrdruby - About the RRD Ruby bindings @@ -57,7 +59,7 @@ to the other B 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 Elois.lherbier@covadis.chE +Loïs Lherbier Elois.lherbier@covadis.chE Miles Egan Emiles@caddr.comE