summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3734b4e)
raw | patch | inline | side by side (parent: 3734b4e)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 12 Nov 2007 15:38:13 +0000 (16:38 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 14 Nov 2007 10:49:10 +0000 (11:49 +0100) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd-perl.pod | patch | blob | history |
diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod
index b6537470de793847fcbc6424c94f3ea31591b78e..9707fa30f1106b9ce63c841f54e3aa5daf83f79a 100644 (file)
--- a/src/collectd-perl.pod
+++ b/src/collectd-perl.pod
=head1 WRITING YOUR OWN PLUGINS
-Writing your own plugins is quite simply. collectd manages plugins by means of
+Writing your own plugins is quite simple. collectd manages plugins by means of
B<dispatch functions> which call the appropriate B<callback functions>
registered by the plugins. Any plugin basically consists of the implementation
of these callback functions and initializing code which registers the