summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-05-09 08:04:20 +0200
committerHugo Landau <hlandau@openssl.org>2023-05-10 18:31:03 +0100
commit1406ba5802f2dfd34ed97ffc60a506fa745b50d2 (patch)
tree9241226c48a6b23e33a9cd59ae6c2f7191289e12
parentb4033367b47e9e1358cf8dff1af6f57ecf21065a (diff)
downloadopenssl-new-1406ba5802f2dfd34ed97ffc60a506fa745b50d2.tar.gz
DLTS → DTLS
Fix a typo that is confusing for newcomers. CLA: trivial Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20909) (cherry picked from commit 2913b5c09fcc4e5d493589ded2c22a3116127ed0) (cherry picked from commit f8c2a15b0a07d6a8897af629e39aae098784193c)
-rw-r--r--doc/man1/openssl.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod
index 1b6dda4b59..24a4391209 100644
--- a/doc/man1/openssl.pod
+++ b/doc/man1/openssl.pod
@@ -573,7 +573,7 @@ B<s_client> and B<s_server> commands.
=item B<-dtls>, B<-dtls1>, B<-dtls1_2>
-These options specify to use DTLS instead of DLTS.
+These options specify to use DTLS instead of TLS.
With B<-dtls>, clients will negotiate any supported DTLS protocol version.
Use the B<-dtls1> or B<-dtls1_2> options to support only DTLS1.0 or DTLS1.2,
respectively.