summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2009-10-19 21:19:13 +0000
committergilles <gilles@openbsd.org>2009-10-19 21:19:13 +0000
commit14f163b0b282655344788318644a02a93684191a (patch)
tree21bdda6df2761bed0932a9570980ff8f82abb507
parentchange virtual rule so that it reads: accept for virtual "mapname", instead (diff)
downloadwireguard-openbsd-14f163b0b282655344788318644a02a93684191a.tar.xz
wireguard-openbsd-14f163b0b282655344788318644a02a93684191a.zip
update man pages
-rw-r--r--usr.sbin/smtpd/makemap.86
-rw-r--r--usr.sbin/smtpd/smtpd.conf.56
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/smtpd/makemap.8 b/usr.sbin/smtpd/makemap.8
index 791845d390a..6ed73145779 100644
--- a/usr.sbin/smtpd/makemap.8
+++ b/usr.sbin/smtpd/makemap.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: makemap.8,v 1.10 2009/10/11 17:40:49 gilles Exp $
+.\" $OpenBSD: makemap.8,v 1.11 2009/10/19 21:19:13 gilles 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: October 11 2009 $
+.Dd $Mdocdate: October 19 2009 $
.Dt MAKEMAP 8
.Os
.Sh NAME
@@ -88,7 +88,7 @@ for example:
.Bd -literal -offset indent
map "vdomains" { source db "/etc/mail/vdomains.db" }
-accept for virtual map "vdomains" deliver to mbox
+accept for virtual "vdomains" deliver to mbox
.Ed
.Sh FILES
.Bl -tag -width "/etc/mail/aliasesXXX" -compact
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5
index e1cc1aaf6ff..9173ad6adb6 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.23 2009/10/16 22:29:46 gilles Exp $
+.\" $OpenBSD: smtpd.conf.5,v 1.24 2009/10/19 21:19:13 gilles Exp $
.\"
.\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org>
.\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>
@@ -16,7 +16,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: October 16 2009 $
+.Dd $Mdocdate: October 19 2009 $
.Dt SMTPD.CONF 5
.Os
.Sh NAME
@@ -212,7 +212,7 @@ This rule applies to mail destined to
and to the server's fully qualified domain name,
as returned by
.Xr hostname 1 .
-.It Ic for virtual map Ar map
+.It Ic for virtual Ar map
This rule applies to mail destined for the virtual domains specified
in the map
.Ar map .