From 7e95a42817dd33bec6c820b4c29d090c44edc588 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Fri, 3 Jun 2016 15:38:40 +0200 Subject: fix typo in perl pod (fixes rt #114873) Signed-off-by: Sven Nierlein diff --git a/lib/Monitoring/Plugin.pm b/lib/Monitoring/Plugin.pm index 9b2e371..7e1c4d0 100644 --- a/lib/Monitoring/Plugin.pm +++ b/lib/Monitoring/Plugin.pm @@ -503,16 +503,16 @@ Again, see L. Exit with return code CODE, and a standard nagios message of the form "SHORTNAME CODE - $message". +=item nagios_exit( , $message ) + +Alias for plugin_exit(). Deprecated. + =item plugin_die( $message, [] ) Same as plugin_exit(), except that CODE is optional, defaulting to UNKNOWN. NOTE: exceptions are not raised by default to calling code. Set C<$_use_die> flag if this functionality is required (see test code). -=item nagios_exit( , $message ) - -Alias for plugin_die(). Deprecated. - =item nagios_die( $message, [] ) Alias for plugin_die(). Deprecated. -- cgit v0.10-9-g596f