You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by bi...@apache.org on 2019/01/15 14:32:48 UTC

svn commit: r1851367 - in /spamassassin: branches/3.4/spamd/spamd.raw trunk/spamd/spamd.raw

Author: billcole
Date: Tue Jan 15 14:32:48 2019
New Revision: 1851367

URL: http://svn.apache.org/viewvc?rev=1851367&view=rev
Log:
Fixing command-line example formatting. Bug #7679 

Modified:
    spamassassin/branches/3.4/spamd/spamd.raw
    spamassassin/trunk/spamd/spamd.raw

Modified: spamassassin/branches/3.4/spamd/spamd.raw
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/spamd/spamd.raw?rev=1851367&r1=1851366&r2=1851367&view=diff
==============================================================================
--- spamassassin/branches/3.4/spamd/spamd.raw (original)
+++ spamassassin/branches/3.4/spamd/spamd.raw Tue Jan 15 14:32:48 2019
@@ -3507,6 +3507,7 @@ contains any characters except a-z and 0
 (used internally).
 
 Examples:
+
 	spamd -s mail                 # use syslog, facility mail (default)
 	spamd -s ./mail               # log to file ./mail
 	spamd -s stderr 2>/dev/null   # log to stderr, throw messages away

Modified: spamassassin/trunk/spamd/spamd.raw
URL: http://svn.apache.org/viewvc/spamassassin/trunk/spamd/spamd.raw?rev=1851367&r1=1851366&r2=1851367&view=diff
==============================================================================
--- spamassassin/trunk/spamd/spamd.raw (original)
+++ spamassassin/trunk/spamd/spamd.raw Tue Jan 15 14:32:48 2019
@@ -3519,6 +3519,7 @@ contains any characters except a-z and 0
 (used internally).
 
 Examples:
+
 	spamd -s mail                 # use syslog, facility mail (default)
 	spamd -s ./mail               # log to file ./mail
 	spamd -s stderr 2>/dev/null   # log to stderr, throw messages away