summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorRobert Peichaer <rpe@cvs.openbsd.org>2012-11-18 22:08:57 +0000
committerRobert Peichaer <rpe@cvs.openbsd.org>2012-11-18 22:08:57 +0000
commit3852360b8ddaf0316c46eaae5be2677f62ba8a0e (patch)
treea860b1aa1089e9339feb87f962e4d4518cf99959 /usr.sbin
parente3a9dee00134adf12df61525713c9ba2d8e2a2ab (diff)
remove { } from example in PRIMARY DOMAIN section
ok gilles
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/smtpd/makemap.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/makemap.8 b/usr.sbin/smtpd/makemap.8
index bab64466252..de54e8834f3 100644
--- a/usr.sbin/smtpd/makemap.8
+++ b/usr.sbin/smtpd/makemap.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: makemap.8,v 1.17 2012/05/13 13:57:24 jmc Exp $
+.\" $OpenBSD: makemap.8,v 1.18 2012/11/18 22:08:56 rpe Exp $
.\"
.\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@openbsd.org>
.\" Copyright (c) 2008-2009 Gilles Chechade <gilles@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 13 2012 $
+.Dd $Mdocdate: November 18 2012 $
.Dt MAKEMAP 8
.Os
.Sh NAME
@@ -85,7 +85,7 @@ In addition to adding an entry to the primary domain map,
one must add a filter rule that accepts mail for the domain
map, for example:
.Bd -literal -offset indent
-map "primary" { source db "/etc/mail/primary.db" }
+map "primary" source db "/etc/mail/primary.db"
accept for domain map "primary" deliver to mbox
.Ed
.Sh VIRTUAL DOMAINS