From 4912b00e7d564d9a25d6ef9f807421c64d5e10bc Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 8 Aug 2017 14:54:50 +0200 Subject: [PATCH] correct the note in the perl binding about the empty filename passing an empty filename to graphv does not work anymore, but the documentation of the perl-shared binding still said so correctly note that you have to pass '-' Signed-off-by: Dominik Csapak --- bindings/perl-shared/RRDs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/perl-shared/RRDs.pm b/bindings/perl-shared/RRDs.pm index 7b94767c..8be826e1 100644 --- a/bindings/perl-shared/RRDs.pm +++ b/bindings/perl-shared/RRDs.pm @@ -104,7 +104,7 @@ the values of the properties. B takes the same parameters as B but it returns a pointer to hash. The hash returned contains meta information about the graph. Like its size as well as the position of the graph area on the image. -When calling with and empty filename than the contents of the graph will be +When calling with '-' as the filename then the contents of the graph will be returned in the hash as well (key 'image'). B also returns a pointer to hash. The keys of the hash -- 2.47.2