diff options
author | 2013-02-14 12:32:19 +0000 | |
---|---|---|
committer | 2013-02-14 12:32:19 +0000 | |
commit | f58c59d7119ec8049b8914ab9f42103169a08f8e (patch) | |
tree | 0121832609d9fb11b12ed01de91108d2f409ed66 | |
parent | - smtpctl trace expand, enables tracing of aliases expansion (diff) | |
download | wireguard-openbsd-f58c59d7119ec8049b8914ab9f42103169a08f8e.tar.xz wireguard-openbsd-f58c59d7119ec8049b8914ab9f42103169a08f8e.zip |
- change => to = in documentation
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 6 |
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 |