From d788fb4fa54adfb8cc2d8d0344bdb9a7af2d642d Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Wed, 14 Sep 2005 17:01:14 +0000 Subject: * (trunk,2.0)/ doc/smokeping_extend.pod, lib/Smokeping.pm: + small documentation fixes --- doc/smokeping_extend.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 and C methods should return hash references that contain the variable names as keys and the hashes described above as values. In addition the C 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 special section keys are supported. -- cgit v1.2.3-24-g4f1b