[collectd] [PATCH] Fixed some typos in the manpages.
Sebastian Harl
sh at tokkee.org
Thu Oct 25 00:29:28 CEST 2007
Signed-off-by: Sebastian Harl <sh at tokkee.org>
---
src/collectd-exec.pod | 2 +-
src/collectd-snmp.pod | 4 ++--
src/collectd-unixsock.pod | 8 ++++----
src/collectd.conf.pod | 6 +++---
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod
index 27d0eed..29ff45b 100644
--- a/src/collectd-exec.pod
+++ b/src/collectd-exec.pod
@@ -48,7 +48,7 @@ The I<OptionList> is an optional list of I<Options>, where each option if a
key-value-pair. A list of currently understood options can be found below, all
other options will be ignored.
-I<Valuelist> is a colon-seperated list of the time and the values, each either
+I<Valuelist> is a colon-separated list of the time and the values, each either
an integer if the data-source is a counter, of a double if the data-source if
of type "gauge". You can submit an undefined gauge-value by using B<U>. When
submitting B<U> to a counter the behavior is undefined. The time is given as
diff --git a/src/collectd-snmp.pod b/src/collectd-snmp.pod
index a08b69e..0019254 100644
--- a/src/collectd-snmp.pod
+++ b/src/collectd-snmp.pod
@@ -67,7 +67,7 @@ and ten threads are used.
Since the aim of the C<snmp plugin> is to provide a generic interface to SNMP,
it's configuration is not trivial and may take some time.
-Since the C<Net-SNMP> library is used you cann use all the environment
+Since the C<Net-SNMP> library is used you can use all the environment
variables that are interpreted by that package. See L<snmpcmd(1)> for more
details.
@@ -146,7 +146,7 @@ copied into the value-list. In this case I<Instance> may be empty, i.E<nbsp>e.
If B<Table> is set to I<true>, you may feel the need to add something to the
instance of the files. If set, I<String> is prepended to the instance as
-determinded by querying the agent. When B<Table> is set to I<false> this option
+determined by querying the agent. When B<Table> is set to I<false> this option
has no effect.
The C<UPS-MIB> is an example where you need this setting: It has voltages of
diff --git a/src/collectd-unixsock.pod b/src/collectd-unixsock.pod
index 1be0654..5769329 100644
--- a/src/collectd-unixsock.pod
+++ b/src/collectd-unixsock.pod
@@ -52,13 +52,13 @@ Example:
=item B<LISTVAL>
-Returnes a list of the values available in the value cache together with the
+Returns a list of the values available in the value cache together with the
time of the last update, so that querying applications can issue a B<GETVAL>
command for the values that have changed.
The first line's status number is the number of identifiers returned or less
-than zero if an error occured. Each of the following lines containes the
-update time as an epoch value and the identifier, seperated by a space.
+than zero if an error occurred. Each of the following lines contains the
+update time as an epoch value and the identifier, separated by a space.
Example:
-> | LISTVAL
@@ -83,7 +83,7 @@ The I<OptionList> is an optional list of I<Options>, where each option if a
key-value-pair. A list of currently understood options can be found below, all
other options will be ignored.
-I<Valuelist> is a colon-seperated list of the time and the values, each either
+I<Valuelist> is a colon-separated list of the time and the values, each either
an integer if the data-source is a counter, of a double if the data-source if
of type "gauge". You can submit an undefined gauge-value by using B<U>. When
submitting B<U> to a counter the behavior is undefined. The time is given as
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 56c313a..dc9d8bc 100644
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
@@ -589,7 +589,7 @@ either.
=head2 Plugin C<nginx>
-This plugin collects the number of connections and requests handeled by the
+This plugin collects the number of connections and requests handled by the
C<nginx daemon> (speak: engineE<nbsp>X), a HTTP and mail server/proxy. It
queries the page provided by the C<ngx_http_stub_status_module> module, which
isn't compiled by default. Please refer to
@@ -829,13 +829,13 @@ specifically.
=item B<LocalPort> I<Port>
Count the connections to a specific local port. This can be used to see how
-many connections are handeled by a specific daemon, e.E<nbsp>g. the mailserver.
+many connections are handled by a specific daemon, e.E<nbsp>g. the mailserver.
You have to specify the port in numeric form, so for the mailserver example
you'd need to set B<25>.
=item B<RemotePort> I<Port>
-Count the connections to a specific remote port. This is usefull to see how
+Count the connections to a specific remote port. This is useful to see how
much a remote service is used. This is most useful if you want to know how many
connections a local service has opened to remote services, e.E<nbsp>g. how many
connections a mail server or news server has to other mail or news servers, or
--
1.5.3.4.319.gdd817
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20071025/5d2f740c/attachment.pgp
More information about the collectd
mailing list