summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2010-04-18 20:07:59 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2010-04-18 20:07:59 (GMT)
commit9fd276eac6473c18462c96e4a98a67d4a797d73c (patch)
tree2b9c9ced9e36144a593ce95bca754d3dc47b2911
parent9ca059723a6dc4d6b2839f63d42a0e04c12d7cda (diff)
downloadmonitoring-plugin-perl-9fd276eac6473c18462c96e4a98a67d4a797d73c.tar.gz
Fix POD error
A "=back" command was missing. (Fixed by Ryan Niebur for Debian, forwarded by Ansgar Burchardt - RT56683)
-rw-r--r--lib/Nagios/Plugin/Functions.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Nagios/Plugin/Functions.pm b/lib/Nagios/Plugin/Functions.pm
index 0bff96f..455439c 100644
--- a/lib/Nagios/Plugin/Functions.pm
+++ b/lib/Nagios/Plugin/Functions.pm
@@ -392,6 +392,8 @@ If join_all is supplied, however, it will be used as a string to
392join the resultant critical, warning, and ok messages together i.e. 392join the resultant critical, warning, and ok messages together i.e.
393all messages are joined and returned. 393all messages are joined and returned.
394 394
395=back
396
395=item get_shortname 397=item get_shortname
396 398
397Return the default shortname used for this plugin i.e. the first 399Return the default shortname used for this plugin i.e. the first