From 180e00031294e090167a19958b4030387a0c90a0 Mon Sep 17 00:00:00 2001 From: Idan Kamara Date: Wed, 24 Oct 2012 11:31:48 +0200 Subject: [PATCH] collectd-python.conf(5): fix register_* argument description Signed-off-by: Florian Forster --- src/collectd-python.pod | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 -- 2.11.0