Mailing List Archive

svn commit: r169562 - /spamassassin/trunk/spamd/spamd.raw
Author: jm
Date: Tue May 10 19:23:31 2005
New Revision: 169562

URL: http://svn.apache.org/viewcvs?rev=169562&view=rev
Log:
doco fixes: bug 4308 -- spamd SYNOPSIS section was missing some recently-added options

Modified:
spamassassin/trunk/spamd/spamd.raw

Modified: spamassassin/trunk/spamd/spamd.raw
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/spamd/spamd.raw?rev=169562&r1=169561&r2=169562&view=diff
==============================================================================
--- spamassassin/trunk/spamd/spamd.raw (original)
+++ spamassassin/trunk/spamd/spamd.raw Tue May 10 19:23:31 2005
@@ -2201,7 +2201,7 @@
-d, --daemonize Daemonize
-h, --help Print usage message.
-i [ipaddr], --listen-ip=ipaddr Listen on the IP ipaddr
- -p port, --port Listen on specified port
+ -p port, --port=port Listen on specified port
-m num, --max-children=num Allow maximum num children
--min-children=num Allow minimum num children
--min-spare=num Lower limit for number of spare children
@@ -2209,6 +2209,8 @@
--max-conn-per-child=num Maximum connections accepted by child
before it is respawned
--round-robin Use traditional prefork algorithm
+ --timeout-tcp=secs Connection timeout for client headers
+ --timeout-child=secs Connection timeout for message checks
-q, --sql-config Enable SQL config (only useful with -x)
-Q, --setuid-with-sql Enable SQL config (only useful with -x,
enables use of -H)
@@ -2562,7 +2564,7 @@
something similar to the Apache httpd server scaling algorithm. This is
accomplished by the master process coordinating the activities of the children.
This switch will disable this scaling algorithm, and the behaviour seen in
-versions 3.0.0 and 3.0.1 will be used instead, where all processes receive an
+the 3.0.x versions will be used instead, where all processes receive an
equal load and no scaling takes place.

=item B<--timeout-tcp>=I<number>