diff options
author | Niko Tyni <ntyni@iki.fi> | 2005-02-15 21:22:29 +0100 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2005-02-15 21:22:29 +0100 |
commit | 94f0e104fd177a53bc73ab83838522785e785623 (patch) | |
tree | 8354909a5d1ee9012012e59c08c401d2c2a5a5c7 /doc | |
parent | 8edf3d57eea6c5895701c2a14376a93a11d068de (diff) | |
download | smokeping-94f0e104fd177a53bc73ab83838522785e785623.tar.gz smokeping-94f0e104fd177a53bc73ab83838522785e785623.tar.xz |
Documentation glitches.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/smokeping_extend.pod | 4 | ||||
-rw-r--r-- | doc/smokeping_install.pod | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/smokeping_extend.pod b/doc/smokeping_extend.pod index 051051c..831a3d1 100644 --- a/doc/smokeping_extend.pod +++ b/doc/smokeping_extend.pod @@ -86,9 +86,9 @@ 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, L<ISG::ParseConfig>. Each variable +for parsing the configuration file, C<ISG::ParseConfig>. Each variable should be a hash that uses the "special variable keys" documented in -the C<ISG::ParseConfig> manual. See C<Smokeping::probes::skel> and the other +L<ISG::ParseConfig>. See C<Smokeping::probes::skel> and the other probes for examples. For reference, here are the keys the hash should have. Much of this diff --git a/doc/smokeping_install.pod b/doc/smokeping_install.pod index a791c56..0d97053 100644 --- a/doc/smokeping_install.pod +++ b/doc/smokeping_install.pod @@ -51,7 +51,7 @@ You need this for the Curl probe. =item dig (Optional) -L<http://http://www.isc.org/sw/bind/> +L<http://www.isc.org/sw/bind/> You need this for the DNS probe. |