From: Florian Forster Date: Wed, 31 Mar 2010 07:01:05 +0000 (+0200) Subject: collectd-perl(5): Fix the synopsis. X-Git-Tag: collectd-4.8.4~6 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=8400fb1736cccbb8ca52f8199dc95a488acb1973 collectd-perl(5): Fix the synopsis. I think this is a left-over from a switch from "Collectd::Plugin" to "Collectd::Plugins". Thanks to Denis Yagofarov for reporting the bug and Michael Shigorin for relaying it to me. --- diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 85e7a8a7..56370533 100644 --- a/src/collectd-perl.pod +++ b/src/collectd-perl.pod @@ -8,7 +8,7 @@ collectd-perl - Documentation of collectd's C # ... IncludeDir "/path/to/perl/plugins" - BaseName "Collectd::Plugin" + BaseName "Collectd::Plugins" EnableDebugger "" LoadPlugin "FooBar" @@ -38,7 +38,9 @@ causes the Perl-interpreter to be initialized. =item B I Prepends IB<::> to all plugin names loaded after this option. This is -provided for convenience to keep plugin names short. +provided for convenience to keep plugin names short. All Perl-based plugins +provided with the I distributions reside in the C +namespace. =item EB IE block @@ -713,7 +715,7 @@ types used by the read, write and match functions. =item -Please feel free to send in new plugins to collectd's mailinglist at +Please feel free to send in new plugins to collectd's mailing list at EcollectdEatEverplant.orgE for review and, possibly, inclusion in the main distribution. In the latter case, we will take care of keeping the plugin up to date and adapting it to new versions of collectd.