diff options
author | 2006-11-14 17:37:47 +0000 | |
---|---|---|
committer | 2006-11-14 17:37:47 +0000 | |
commit | eb213363b2476fa42c4517858dbda920418a6d94 (patch) | |
tree | 04cc45914bbabcb48c03b8c21a406f2d9af2439d | |
parent | clarify "maxcon" somewhat, particularly its upper limit; (diff) | |
download | wireguard-openbsd-eb213363b2476fa42c4517858dbda920418a6d94.tar.xz wireguard-openbsd-eb213363b2476fa42c4517858dbda920418a6d94.zip |
improve previous;
-rw-r--r-- | libexec/spamd/spamd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index 98417aab39d..1d4a31e7c8b 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.65 2006/11/14 17:35:19 jmc Exp $ +.\" $OpenBSD: spamd.8,v 1.66 2006/11/14 17:37:47 jmc Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -78,7 +78,7 @@ listens on all local addresses. .It Fl c Ar maxcon The maximum number of concurrent connections to allow. .Ar maxcon -may not exceed the default of 800. +may not exceed 800 (the default). .It Fl d Debug mode. .Nm |