From 7728b3440c6fbd8cc8f35a903ec01f63de10eaa6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wolfgang=20St=C3=B6ggl?= Date: Tue, 4 Jun 2019 14:08:57 +0200 Subject: [PATCH] Update doc/rrdruby.pod MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - 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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.47.3