summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-11-14 17:35:19 +0000
committerjmc <jmc@openbsd.org>2006-11-14 17:35:19 +0000
commit94dca06330bd6dc1e5729e445b5dd82d60453c62 (patch)
tree143fae9cc413a6ee98e3a3dfdcca09083b53f021
parentdon't always leave the mbuf on the if_snd queue if vge_encap() fails. (diff)
downloadwireguard-openbsd-94dca06330bd6dc1e5729e445b5dd82d60453c62.tar.xz
wireguard-openbsd-94dca06330bd6dc1e5729e445b5dd82d60453c62.zip
clarify "maxcon" somewhat, particularly its upper limit;
from jared rr spiegel (pr #5292), tweaked somewhat;
-rw-r--r--libexec/spamd/spamd.89
1 files changed, 6 insertions, 3 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8
index 609cdaae0aa..98417aab39d 100644
--- a/libexec/spamd/spamd.8
+++ b/libexec/spamd/spamd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spamd.8,v 1.64 2006/10/19 11:46:51 jmc Exp $
+.\" $OpenBSD: spamd.8,v 1.65 2006/11/14 17:35:19 jmc Exp $
.\"
.\" Copyright (c) 2002 Theo de Raadt. All rights reserved.
.\"
@@ -64,7 +64,9 @@ For blacklisted entries, return error code 550 to the spammer.
The maximum number of concurrent blacklisted connections to allow in
greylisting mode.
This value may not be greater than maxcon (see below).
-The default is maxcon \- 100.
+The default is
+.Ar maxcon
+\- 100.
.It Fl b Ar address
Specify the local address to which
.Nm
@@ -75,7 +77,8 @@ By default
listens on all local addresses.
.It Fl c Ar maxcon
The maximum number of concurrent connections to allow.
-The default is 800.
+.Ar maxcon
+may not exceed the default of 800.
.It Fl d
Debug mode.
.Nm