summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-02-17 17:45:02 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-02-17 17:45:02 +0000
commitb48e3f485fab4dd0760ee36ea62ec267c9872fc9 (patch)
treedff90c4d977c83561e4236f14cd501fa39adf627
parentdef34b7884bc62ecd193d855bac9b727a55fa7cf (diff)
zap the surrounding whitespace and mark up for "=";
ok gilles
-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 120465b593e..20f2272646d 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.91 2013/02/17 12:28:30 gilles Exp $
+.\" $OpenBSD: smtpd.conf.5,v 1.92 2013/02/17 17:45:01 jmc Exp $
.\"
.\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org>
.\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>
@@ -567,7 +567,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 Ns = Ns Ar value Op , Ar ...
Tables containing static key-value mappings may be declared
using an inlined notation.
.Pp
@@ -577,7 +577,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 Ns = Ns Ar value
descriptions.
.El
.Sh FILES