diff options
author | 2014-06-07 07:53:32 +0000 | |
---|---|---|
committer | 2014-06-07 07:53:32 +0000 | |
commit | d106e2b0c48f752b3c17869d00f6c10aad4d9f27 (patch) | |
tree | fcdf466077793a7296dca7e9d498569cd9ef701e | |
parent | Add basic regression test for modf() issue. (diff) | |
download | wireguard-openbsd-d106e2b0c48f752b3c17869d00f6c10aad4d9f27.tar.xz wireguard-openbsd-d106e2b0c48f752b3c17869d00f6c10aad4d9f27.zip |
Clint Pachl points out "authtable" is optional;
-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 d4b2e92fc66..7522ec8f376 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.118 2014/05/15 19:36:45 jmc Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.119 2014/06/07 07:53:32 jmc 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 15 2014 $ +.Dd $Mdocdate: June 7 2014 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -594,7 +594,7 @@ Changing the default value might degrade performances. .Op Ic port Ar port .Op Ic tls | tls-require | tls-require verify | smtps | secure .Op Ic pki Ar pkiname -.Op Ic auth | auth-optional Aq Ar authtable +.Op Ic auth | auth-optional Op Aq Ar authtable .Op Ic tag Ar tag .Op Ic hostname Ar hostname .Op Ic hostnames Aq Ar names |