diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2010-04-18 22:07:59 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2010-04-18 22:07:59 +0200 |
commit | 9fd276eac6473c18462c96e4a98a67d4a797d73c (patch) | |
tree | 2b9c9ced9e36144a593ce95bca754d3dc47b2911 /lib | |
parent | 9ca059723a6dc4d6b2839f63d42a0e04c12d7cda (diff) | |
download | monitoring-plugin-perl-9fd276eac6473c18462c96e4a98a67d4a797d73c.tar.gz |
Fix POD error
A "=back" command was missing. (Fixed by Ryan Niebur for Debian,
forwarded by Ansgar Burchardt - RT56683)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Nagios/Plugin/Functions.pm | 2 |
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 | |||
392 | join the resultant critical, warning, and ok messages together i.e. | 392 | join the resultant critical, warning, and ok messages together i.e. |
393 | all messages are joined and returned. | 393 | all messages are joined and returned. |
394 | 394 | ||
395 | =back | ||
396 | |||
395 | =item get_shortname | 397 | =item get_shortname |
396 | 398 | ||
397 | Return the default shortname used for this plugin i.e. the first | 399 | Return the default shortname used for this plugin i.e. the first |