X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-python.pod;h=426a7118c99b8346d38e1d659ff2f4142090c594;hb=96e0f2341bace029acefe0a88bab96ae326c0ff5;hp=ef2e6bd3c6f9a855d6d61a058f019a7a73de88de;hpb=f0a8b7aae5aeb6c5cc1c2b8e95745927ff4f45ac;p=collectd.git diff --git a/src/collectd-python.pod b/src/collectd-python.pod index ef2e6bd3..426a7118 100644 --- a/src/collectd-python.pod +++ b/src/collectd-python.pod @@ -8,6 +8,8 @@ # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. +=encoding UTF-8 + =head1 NAME collectd-python - Documentation of collectd's C @@ -534,9 +536,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