diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2009-10-25 22:58:52 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2009-10-25 22:58:52 +0000 |
commit | d11db1b311f52671481909ba991384678a7e23de (patch) | |
tree | 6a98d5fdf43c1e62bd61e036e3cadf3af2a96907 /usr.sbin | |
parent | bc3b5eecbf119dbd0263c36b2f8ad532ed5da7ed (diff) |
fix aliases map name in man page
reported by Emmanuel Vadot and David Hill
Diffstat (limited to 'usr.sbin')
-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 9173ad6adb6..993f9b454c8 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.24 2009/10/19 21:19:13 gilles Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.25 2009/10/25 22:58:51 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 19 2009 $ +.Dd $Mdocdate: October 25 2009 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -130,7 +130,7 @@ Maps are used to provide additional configuration information for may be one of the following: .Pp .Bl -tag -width "virtualXXX" -compact -.It alias +.It aliases Map queried for mail aliases. See .Xr aliases 5 |