From 8c9d4f4d02bd4912068a3689c7b68e769a14513f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 14 Feb 2014 17:40:23 +0000 Subject: [PATCH] perl: Fix typo'd function name in manual page. --- plugins/perl/nbdkit-perl-plugin.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/perl/nbdkit-perl-plugin.pod b/plugins/perl/nbdkit-perl-plugin.pod index c26a6133..3d0ce148 100644 --- a/plugins/perl/nbdkit-perl-plugin.pod +++ b/plugins/perl/nbdkit-perl-plugin.pod @@ -258,7 +258,7 @@ If there is an error, the function should call C. (Optional) - sub flush + sub trim { my $handle = shift; my $count = shift; -- 2.11.4.GIT