From: Mytnyk, VolodymyrX Date: Thu, 5 Jan 2017 17:14:07 +0000 (+0000) Subject: collectd-python(5): Fix documentation of Notification.dispatch(). X-Git-Tag: collectd-5.8.0~1^2~11 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=be906f960ede42f72317eab6aa6a5f116857a484 collectd-python(5): Fix documentation of Notification.dispatch(). Cherry-picked from PR #2135 Signed-off-by: Florian Forster --- diff --git a/src/collectd-python.pod b/src/collectd-python.pod index 16b26afa..ada1ff55 100644 --- a/src/collectd-python.pod +++ b/src/collectd-python.pod @@ -475,7 +475,7 @@ Methods defined here: =over 4 -=item B([type][, values][, plugin_instance][, type_instance][, plugin][, host][, time][, interval]) -> None. Dispatch a value list. +=item B([type][, message][, plugin_instance][, type_instance][, plugin][, host][, time][, severity]) -> None. Dispatch a notification. Dispatch this instance to the collectd process. The object has members for each of the possible arguments for this method. For a detailed explanation of these