From: Sebastian Harl Date: Wed, 24 Oct 2007 22:29:28 +0000 (+0200) Subject: Fixed some typos in the manpages. X-Git-Tag: collectd-4.2.0~11 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b67018ceb3e0ca96242e49fb2c644c5ea7215dd7;p=collectd.git Fixed some typos in the manpages. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod index 27d0eedc..29ff45bd 100644 --- a/src/collectd-exec.pod +++ b/src/collectd-exec.pod @@ -48,7 +48,7 @@ The I is an optional list of I, 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 is a colon-seperated list of the time and the values, each either +I 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. When submitting B 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 a08b69ed..00192545 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 is to provide a generic interface to SNMP, it's configuration is not trivial and may take some time. -Since the C library is used you cann use all the environment +Since the C library is used you can use all the environment variables that are interpreted by that package. See L for more details. @@ -146,7 +146,7 @@ copied into the value-list. In this case I may be empty, i.Ee. If B is set to I, you may feel the need to add something to the instance of the files. If set, I is prepended to the instance as -determinded by querying the agent. When B
is set to I this option +determined by querying the agent. When B
is set to I this option has no effect. The C 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 1be0654d..5769329f 100644 --- a/src/collectd-unixsock.pod +++ b/src/collectd-unixsock.pod @@ -52,13 +52,13 @@ Example: =item B -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 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 is an optional list of I, 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 is a colon-seperated list of the time and the values, each either +I 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. When submitting B 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 56c313ae..dc9d8bc0 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -589,7 +589,7 @@ either. =head2 Plugin C -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 (speak: engineEX), a HTTP and mail server/proxy. It queries the page provided by the C module, which isn't compiled by default. Please refer to @@ -829,13 +829,13 @@ specifically. =item B I Count the connections to a specific local port. This can be used to see how -many connections are handeled by a specific daemon, e.Eg. the mailserver. +many connections are handled by a specific daemon, e.Eg. 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 I -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.Eg. how many connections a mail server or news server has to other mail or news servers, or