summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2009-10-19 21:19:14 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2009-10-19 21:19:14 +0000
commit19f14b0d8b498e22fde6cc82e098213d121aab57 (patch)
tree18b860ad96f13503e9414aff15f4ea4b3f1f4024 /usr.sbin/smtpd
parentb73f069c5a958d3ffd6f3aec8c966f0a26130d44 (diff)
update man pages
Diffstat (limited to 'usr.sbin/smtpd')
-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 .