diff options
author | 2010-02-25 14:53:37 +0000 | |
---|---|---|
committer | 2010-02-25 14:53:37 +0000 | |
commit | 9e444271aab7d081c31e74eabbd81d9800ee0b35 (patch) | |
tree | c1f4514676c5bf7954b640580887a81396e657a9 | |
parent | get rid of overlapping blocks discouraged by mdoc.samples(7); (diff) | |
download | wireguard-openbsd-9e444271aab7d081c31e74eabbd81d9800ee0b35.tar.xz wireguard-openbsd-9e444271aab7d081c31e74eabbd81d9800ee0b35.zip |
fix incorrect reference; ok jmc@ gilles@ jacekm@
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 6 |
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. |