diff options
author | 2007-07-07 06:54:09 +0000 | |
---|---|---|
committer | 2007-07-07 06:54:09 +0000 | |
commit | 07faee121b721c146e78ab8a075504f8c47d7c09 (patch) | |
tree | eba6241a3d7f788b082c78586ac0798cb089a238 | |
parent | have ieee80211_parse_rsn() return a reason code so that we can (diff) | |
download | wireguard-openbsd-07faee121b721c146e78ab8a075504f8c47d7c09.tar.xz wireguard-openbsd-07faee121b721c146e78ab8a075504f8c47d7c09.zip |
document maximum values for -S and -s;
from Saint Aardvark the Carpeted, documentation/5535;
-rw-r--r-- | libexec/spamd/spamd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index 7fcaef99cc2..7b2075d668e 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.104 2007/06/25 12:28:34 tom Exp $ +.\" $OpenBSD: spamd.8,v 1.105 2007/07/07 06:54:09 jmc Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 25 2007 $ +.Dd $Mdocdate: July 7 2007 $ .Dt SPAMD 8 .Os .Sh NAME @@ -185,11 +185,11 @@ using .It Fl S Ar secs Stutter at greylisted connections for the specified amount of seconds, after which the connection is not stuttered at. -Defaults to 10. +The default is 10; maximum is 90. .It Fl s Ar secs Delay each character sent to the client by the specified amount of seconds. -Defaults to 1. +The default is 1; maximum is 10. .It Fl v Enable verbose logging. By default |