From 1eda41862b7279427ab2da51b8dd12767118bfa4 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Wed, 9 Mar 2005 17:17:06 +0000 Subject: * change all ISG::ParseConfig references to its new name, Config::Grammar --- doc/smokeping_extend.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/smokeping_extend.pod') diff --git a/doc/smokeping_extend.pod b/doc/smokeping_extend.pod index 402efac..0a0eb41 100644 --- a/doc/smokeping_extend.pod +++ b/doc/smokeping_extend.pod @@ -94,13 +94,13 @@ convenience method called C<_makevars> that does this, and the common idiom is } The variables are declared in a syntax that comes from the module used -for parsing the configuration file, C. Each variable +for parsing the configuration file, C. Each variable should be a hash that uses the "special variable keys" documented in -L. See C and the other +L. See C and the other probes for examples. For reference, here are the keys the hash should have. Much of this -is taken straight from the C manual. +is taken straight from the C manual. =over @@ -150,11 +150,11 @@ the returned string as content. 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 +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 key and merges the mandatory lists in its arguments. Note that no other -C special section keys are supported. +C special section keys are supported. =head1 INITIALIZATION -- cgit v1.2.3-24-g4f1b