summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-04-10 06:48:08 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-04-10 06:48:08 +0000
commitb90b42426a0e63962918f8a593a047a032a7b6ad (patch)
tree2c6dd0f4cbb0747799cae62081c3142d61eb56d4 /usr.sbin
parente65b0152a24adc65ae671f810bf7e878f551189f (diff)
arguments to "chain" are space separated, not comma; verified by jung
diff from david+bsd i also removed Op, since ... is enough/
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/smtpd/smtpd.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5
index 094b39cbaee..2ded1050ba1 100644
--- a/usr.sbin/smtpd/smtpd.conf.5
+++ b/usr.sbin/smtpd/smtpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: smtpd.conf.5,v 1.156 2016/03/07 16:21:48 gilles Exp $
+.\" $OpenBSD: smtpd.conf.5,v 1.157 2016/04/10 06:48:07 jmc Exp $
.\"
.\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org>
.\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>
@@ -17,7 +17,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: March 7 2016 $
+.Dd $Mdocdate: April 10 2016 $
.Dt SMTPD.CONF 5
.Os
.Sh NAME
@@ -612,7 +612,7 @@ using the given filter
Filters are used to hook into the SMTP dialog and provide additional filtering
options for
.Xr smtpd 8 .
-.It Ic filter Ar name Ic chain Ar filter Op , Ar ...
+.It Ic filter Ar name Ic chain Ar filter Ar ...
Specify a filter chain with the given
.Ar name
and filters.