summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2010-02-25 14:53:38 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2010-02-25 14:53:38 +0000
commite09798f78e5b16e8d153830a377089c519e7d5b0 (patch)
tree07ff3cb71bef35a037de9e815eb64c9dc014c260 /usr.sbin/smtpd
parentb1282c97c0e5854a8c73a7f03df0e0255af59247 (diff)
fix incorrect reference; ok jmc@ gilles@ jacekm@
Diffstat (limited to 'usr.sbin/smtpd')
-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 993f9b454c8..425314857fc 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.25 2009/10/25 22:58:51 gilles Exp $
+.\" $OpenBSD: smtpd.conf.5,v 1.26 2010/02/25 14:53:37 stevesk 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 25 2009 $
+.Dd $Mdocdate: February 25 2010 $
.Dt SMTPD.CONF 5
.Os
.Sh NAME
@@ -148,7 +148,7 @@ may be one of the following:
.Bl -tag -width "fileXXX" -compact
.It db
Mappings are stored in a file created using
-.Nm .
+.Xr makemap 8 .
This is the default type if none is specified.
.It dns
Not implemented yet.