summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNiko Tyni <ntyni@iki.fi>2005-09-14 19:01:14 +0200
committerNiko Tyni <ntyni@iki.fi>2005-09-14 19:01:14 +0200
commitd788fb4fa54adfb8cc2d8d0344bdb9a7af2d642d (patch)
tree8f6cca72c5699f66d5912a1d67b0c8177ebb337f /doc
parent48c103c0ee1480b1fc98abad693d8d1469e9ae85 (diff)
downloadsmokeping-d788fb4fa54adfb8cc2d8d0344bdb9a7af2d642d.tar.gz
smokeping-d788fb4fa54adfb8cc2d8d0344bdb9a7af2d642d.tar.xz
* (trunk,2.0)/
doc/smokeping_extend.pod, lib/Smokeping.pm: + small documentation fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/smokeping_extend.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/smokeping_extend.pod b/doc/smokeping_extend.pod
index 0a0eb41..3fde6ba 100644
--- a/doc/smokeping_extend.pod
+++ b/doc/smokeping_extend.pod
@@ -139,7 +139,7 @@ be returned).
=item _sub
-A function pointer. It called for every value, with the value passed
+A function pointer. It is called for every value, with the value passed
as its first argument. If the function returns a defined value it is
assumed that the test was not successful and an error is generated with
the returned string as content.
@@ -152,7 +152,7 @@ The C<probevars> and C<targetvars> methods should return hash references
that contain the variable names as keys and the hashes described above
as values. In addition the C<Config::Grammar> special section key
C<_mandatory> is supported and should contain a reference to a list of
-mandatory variables. The C<_makevars> method is available of this special
+mandatory variables. The C<_makevars> method is aware of this special
key and merges the mandatory lists in its arguments. Note that no other
C<Config::Grammar> special section keys are supported.