From: Idan Kamara Date: Wed, 24 Oct 2012 09:31:48 +0000 (+0200) Subject: collectd-python.conf(5): fix register_* argument description X-Git-Tag: collectd-5.0.5~1^2~5 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=180e00031294e090167a19958b4030387a0c90a0;p=collectd.git collectd-python.conf(5): fix register_* argument description Signed-off-by: Florian Forster --- diff --git a/src/collectd-python.pod b/src/collectd-python.pod index ef2e6bd3..39503ad0 100644 --- a/src/collectd-python.pod +++ b/src/collectd-python.pod @@ -534,9 +534,12 @@ your callback, not even None. I is an optional identifier for this callback. The default name is B.I. I is taken from the B<__module__> attribute of your callback function. Every callback needs a unique identifier, so if you -want to register the same callback multiple time in the same module you need to -specify a name here. Otherwise it's save to ignore this parameter I -is the full identifier assigned to this callback. +want to register the same callback multiple times in the same module you need to +specify a name here. Otherwise it's safe to ignore this parameter. + +=item + +I is the full identifier assigned to this callback. =back