diff options
author | 2016-05-19 08:21:23 +0000 | |
---|---|---|
committer | 2016-05-19 08:21:23 +0000 | |
commit | 4b7500900e059300eecac9bef04cc91fc761a805 (patch) | |
tree | 383b5a5658a90e58461cdb3ab804b4318f7869fe | |
parent | Do not check if source address is available when the UDP6 socket is bound (diff) | |
download | wireguard-openbsd-4b7500900e059300eecac9bef04cc91fc761a805.tar.xz wireguard-openbsd-4b7500900e059300eecac9bef04cc91fc761a805.zip |
table formats are described in table(5) not makemap(8)
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index 735f5a5252e..4ff848b2846 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.160 2016/05/11 18:34:44 jung Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.161 2016/05/19 08:21:23 gilles Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -17,7 +17,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: May 11 2016 $ +.Dd $Mdocdate: May 19 2016 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -202,7 +202,7 @@ holds a key-value mapping of virtual to system users. For an example of how to configure the .Ar users table, see -.Xr makemap 8 . +.Xr table 5 . .It Xo .Ic for .Op Ic \&! @@ -219,7 +219,7 @@ holds a key-value mapping of virtual to system users. For an example of how to configure the .Ar users table, see -.Xr makemap 8 . +.Xr table 5 . .It Xo .Ic for .Op Ic \&! |