aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--smtpd/smtpd.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/smtpd/smtpd.conf.5 b/smtpd/smtpd.conf.5
index 4c442fc2..65fac350 100644
--- a/smtpd/smtpd.conf.5
+++ b/smtpd/smtpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: smtpd.conf.5,v 1.87 2013/02/14 07:42:49 jmc Exp $
+.\" $OpenBSD: smtpd.conf.5,v 1.89 2013/02/14 12:32:19 gilles Exp $
.\"
.\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org>
.\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>
@@ -571,7 +571,7 @@ the name itself is arbitrarily chosen.
.Pp
The table must contain at least one value and may declare many values as a
list of comma separated strings.
-.It Ic table Ar name Brq Ar key => value Op , Ar ...
+.It Ic table Ar name Brq Ar key = value Op , Ar ...
Tables containing static key-value mappings may be declared
using an inlined notation.
.Pp
@@ -581,7 +581,7 @@ the name itself is arbitrarily chosen.
.Pp
The table must contain at least one key-value mapping and may declare
many mappings as a list of comma separated
-.Ar key => value
+.Ar key = value
descriptions.
.El
.Sh FILES