From: Douglas Thrift Date: Tue, 20 Oct 2015 23:19:02 +0000 (-0700) Subject: Fix a few typos in collectd-exec(5) X-Git-Tag: collectd-5.5.1~52^2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f8de611986ecf2fd6f1108c6511480e8deaee21f;p=collectd.git Fix a few typos in collectd-exec(5) --- diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod index fd9b3a0c..217b3ac0 100644 --- a/src/collectd-exec.pod +++ b/src/collectd-exec.pod @@ -17,7 +17,7 @@ collectd-exec - Documentation of collectd's C =head1 DESCRIPTION -The C forks of an executable either to receive values or to +The C forks off an executable either to receive values or to dispatch notifications to the outside world. The syntax of the configuration is explained in L but summarized in the above synopsis. @@ -42,7 +42,7 @@ time and continuously write values to C. See L below for a description of the output format expected from these programs. -B If the executable only writes one value and then exits I will be +B If the executable only writes one value and then exits it will be executed every I seconds. If I is short (the default is 10 seconds) this may result in serious system load.