diff options
author | Niko Tyni <ntyni@iki.fi> | 2005-02-14 23:26:25 +0100 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2005-02-14 23:26:25 +0100 |
commit | 02ea9b1fa581f890c9401fe23b75852541578d59 (patch) | |
tree | 80f3225911ee13a324152bd4845d8ca6f2ce034d /lib | |
parent | 3ca0d465ea56d4cdcea3271bff803e878a118f90 (diff) | |
download | smokeping-02ea9b1fa581f890c9401fe23b75852541578d59.tar.gz smokeping-02ea9b1fa581f890c9401fe23b75852541578d59.tar.xz |
* smokeping.cgi documentation resurrected
* L<> links in POD documents
* mess with pod2html in Makefile to get L<> links work
* add smokeping_upgrade and smokeping_examples to the README
* change software requirements in smokeping_install
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Smokeping.pm | 2 | ||||
-rw-r--r-- | lib/Smokeping/Examples.pm | 13 |
2 files changed, 8 insertions, 7 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index 7bd0c3c..239cb8d 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -2862,7 +2862,7 @@ Software Foundation, Inc., 675 Mass Ave, Cambridge, MA =head1 AUTHOR -Tobias Oetiker E<lt>tobi\@oetiker.chE<gt> +Tobias Oetiker E<lt>tobi@oetiker.chE<gt> Niko Tyni E<lt>ntyni@iki.fiE<gt> diff --git a/lib/Smokeping/Examples.pm b/lib/Smokeping/Examples.pm index 3d30026..fbf95ea 100644 --- a/lib/Smokeping/Examples.pm +++ b/lib/Smokeping/Examples.pm @@ -9,7 +9,7 @@ Smokeping::Examples - A module for generating the smokeping_examples document =head1 OVERVIEW -This module generates the smokeping_examples document and the example +This module generates L<smokeping_examples> and the example configuration files distributed with Smokeping. It is supposed to be invoked from the smokeping distribution top directory, as it will need the C<etc/config.dist> template configuration file and will create files @@ -23,7 +23,7 @@ created example configuration files. =head1 BUGS -This module uses more or less internal functions from C<Smokeping.pm>. It's a +This module uses more or less internal functions from L<Smokeping.pm|Smokeping>. It's a separate module only because the latter is much too big already. It should be possible to include POD markup in the configuration explanations @@ -97,11 +97,12 @@ All the examples can be found in the C<examples> directory in the Smokeping documentation. Note that the DNS names in the examples are non-functional. -Details of the syntax and all the variables are found in the -smokeping_config reference document and in the documentation of the +Details of the syntax and all the variables are found in +L<smokeping_config> and in the documentation of the corresponding probe, if applicable. -This manual is automatically generated from the Smokeping source code. +This manual is automatically generated from the Smokeping source code, +specifically the L<Smokeping::Examples|Smokeping::Examples> module. ${e}head1 DESCRIPTION @@ -150,7 +151,7 @@ Niko Tyni <ntyni\@iki.fi> ${e}head1 SEE ALSO -The other Smokeping documents, especially smokeping_config. +The other Smokeping documents, especially L<smokeping_config>. DOC } |