You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by kb...@apache.org on 2017/09/20 00:15:25 UTC

svn commit: r1808961 - /spamassassin/trunk/sa-check_spamd.raw

Author: kb
Date: Wed Sep 20 00:15:25 2017
New Revision: 1808961

URL: http://svn.apache.org/viewvc?rev=1808961&view=rev
Log:
bug 7472: Fix POD errors with perl >= 5.18, wrap exit code items in C<> to avoid parser complaints

Modified:
    spamassassin/trunk/sa-check_spamd.raw

Modified: spamassassin/trunk/sa-check_spamd.raw
URL: http://svn.apache.org/viewvc/spamassassin/trunk/sa-check_spamd.raw?rev=1808961&r1=1808960&r2=1808961&view=diff
==============================================================================
--- spamassassin/trunk/sa-check_spamd.raw (original)
+++ spamassassin/trunk/sa-check_spamd.raw Wed Sep 20 00:15:25 2017
@@ -419,21 +419,21 @@ exiting with one of these values:
 
 =over 4
 
-=item 0
+=item C<0>
 
 OK: A spamd ping response was received within all threshold times.
 
-=item 1
+=item C<1>
 
 WARNING: A spamd ping response exceeded the warning threshold but not the
 critical threshold.
 
-=item 2
+=item C<2>
 
 CRITICAL: A spamd ping response exceeded either the critical threshold or the
 timeout value.
 
-=item 3
+=item C<3>
 
 UNKNOWN: An error, probably caused by a missing dependency or an invalid
 configuration parameter being supplied, occurred in the sa-check_spamd program.