summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2018-05-12 15:18:24 +0000
committerjmc <jmc@openbsd.org>2018-05-12 15:18:24 +0000
commit58119b1d431546e69b4342fee88c435da01e3fa6 (patch)
tree2110d0809470f856388f48f28c7f439a844480e6
parentDocument current behaviour of 'ignore' directive and 'append', (diff)
downloadwireguard-openbsd-58119b1d431546e69b4342fee88c435da01e3fa6.tar.xz
wireguard-openbsd-58119b1d431546e69b4342fee88c435da01e3fa6.zip
minor consistency fix; from raf czlonka
ok eric
-rw-r--r--usr.sbin/smtpd/smtp.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/smtp.1 b/usr.sbin/smtpd/smtp.1
index e6f31565bbb..8a14787d2fe 100644
--- a/usr.sbin/smtpd/smtp.1
+++ b/usr.sbin/smtpd/smtp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: smtp.1,v 1.5 2018/04/29 11:58:45 bentley Exp $
+.\" $OpenBSD: smtp.1,v 1.6 2018/05/12 15:18:24 jmc Exp $
.\"
.\" Copyright (c) 2018, Eric Faurot <eric@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 29 2018 $
+.Dd $Mdocdate: May 12 2018 $
.Dt SMTP 1
.Os
.Sh NAME
@@ -66,7 +66,7 @@ The following protocols are available:
.Pp
.Bl -tag -width "smtp+notls" -compact
.It smtp
-Normal SMTP session, with opportunistic STARTTLS.
+Normal SMTP session with opportunistic STARTTLS.
.It smtp+tls
Normal SMTP session with mandatory STARTTLS.
.It smtp+notls
@@ -76,7 +76,7 @@ LMTP session with opportunistic STARTTLS.
.It lmtp+tls
LMTP session with mandatory STARTTLS.
.It lmtp+notls
-Plain text LMTP session.
+Plain text LMTP session without TLS.
.It smtps
SMTP session with forced TLS on connection.
.El