summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2018-05-12 15:18:25 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2018-05-12 15:18:25 +0000
commit5255d1b292a9f8b44e32cbdc63da10c4fa109e86 (patch)
tree98c808a73a76d408cd51fd21d2820a1b12daa418 /usr.sbin/smtpd
parent7fa1c32aa083c1e0e80f0abc68905fe394e643cd (diff)
minor consistency fix; from raf czlonka
ok eric
Diffstat (limited to 'usr.sbin/smtpd')
-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