summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2013-02-14 12:32:20 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2013-02-14 12:32:20 +0000
commitd0f235ac4589560fe3907d12e285cef6fae21d31 (patch)
tree27a5419b3a84738a64d0a87b5eed615d33fe1deb /usr.sbin
parent1a6a21621e7562e608266ee3de8b00c653188db6 (diff)
- change => to = in documentation
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 b771cdb3469..65fac350762 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.88 2013/02/14 12:30:49 gilles 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