summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 161085f)
raw | patch | inline | side by side (parent: 161085f)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 24 Jan 2010 14:38:46 +0000 (15:38 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 24 Jan 2010 14:38:46 +0000 (15:38 +0100) |
debian/patches/typo_fixes.dpatch | patch | blob | history |
index ee1e7741c36c24bc490108d46c516c2c59fc6dff..78640aede4d95b3180c838957d651b141cbf78e8 100755 (executable)
configuration file. The array of children keeps one entry for each
configuration option. Each such entry is another config-item structure, which
may nest further if nested blocks are used.
+diff a/src/collectd-python.pod b/src/collectd-python.pod
+--- a/src/collectd-python.pod
++++ b/src/collectd-python.pod
+@@ -39,8 +39,8 @@ required.
+ Loads the Python plugin I<Plugin>. Unlike most other LoadPlugin lines, this one
+ should be a block containing the line "Globals true". This will cause collectd
+ to export the name of all objects in the python interpreter for all plugins to
+-see. If you don't do this or your platform does not support it, the embeded
+-interpreter will start anywa but you won't be able to load certain python
++see. If you don't do this or your platform does not support it, the embedded
++interpreter will start anyway but you won't be able to load certain python
+ modules, e.g. "time".
+
+ =item B<Encoding> I<Name>
+@@ -211,7 +211,7 @@ and collectd:
+
+ =head2 Config
+
+-The Config class is an object which keeps the informations provided in the
++The Config class is an object which keeps the information provided in the
+ configuration file. The sequence of children keeps one entry for each
+ configuration option. Each such entry is another Config instance, which
+ may nest further if nested blocks are used.
+@@ -631,7 +631,7 @@ dispatched by the python plugin after upgrades.
+ =item
+
+ This plugin is not compatible with python3. Trying to compile it with python3
+-will fail because of the ways string, unicode and bytearray bahavior was
++will fail because of the ways string, unicode and bytearray behavior was
+ changed.
+
+ =item
diff a/src/collectd.conf.pod b/src/collectd.conf.pod
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
option sets the interface that should be used. If this option is not set, or
set to "any", the plugin will try to get packets from B<all> interfaces. This
may not work on certain platforms, such as MacE<nbsp>OSE<nbsp>X.
+@@ -1673,7 +1673,7 @@ or SQL threads are not running.
+
+ =head2 Plugin C<netapp>
+
+-The netapp plugin can collect various performance and capacity informations
++The netapp plugin can collect various performance and capacity information
+ from a NetApp filer using the NetApp API.
+
+ Please note that NetApp has a wide line of products and a lot of different
@@ -1709,7 +1709,7 @@ Here are some examples to help you understand the above text more easily:
=item B<IgnoreSelected>