From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 9 May 2023 06:04:20 +0000 (+0200) Subject: DLTS → DTLS X-Git-Tag: openssl-3.1.1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8c2a15b0a07d6a8897af629e39aae098784193c;p=thirdparty%2Fopenssl.git DLTS → DTLS Fix a typo that is confusing for newcomers. CLA: trivial Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/20909) (cherry picked from commit 2913b5c09fcc4e5d493589ded2c22a3116127ed0) --- diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod index 0081e56de78..f38cda61a1c 100644 --- a/doc/man1/openssl.pod +++ b/doc/man1/openssl.pod @@ -573,7 +573,7 @@ B and B 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.