summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/smokeping_extend.pod4
-rw-r--r--doc/smokeping_install.pod2
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.