From: Alexander Borkowski Date: Sat, 20 Jul 2019 05:47:11 +0000 (+0200) Subject: s_client.pod: Fix grammar in NOTES section. X-Git-Tag: openssl-3.0.0-alpha7~211 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=ecf15b16ee8223a9a383b97ee41126fbedf89bb5 s_client.pod: Fix grammar in NOTES section. CLA: trivial Reviewed-by: Richard Levitte Reviewed-by: Kurt Roeckx Reviewed-by: Ben Kaduk Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/9421) --- diff --git a/doc/man1/openssl-s_client.pod.in b/doc/man1/openssl-s_client.pod.in index 594d26f9bd..bd4ceee5df 100644 --- a/doc/man1/openssl-s_client.pod.in +++ b/doc/man1/openssl-s_client.pod.in @@ -872,7 +872,7 @@ server. This command is a test tool and is designed to continue the handshake after any certificate verification errors. As a result it will -accept any certificate chain (trusted or not) sent by the peer. None test +accept any certificate chain (trusted or not) sent by the peer. Non-test applications should B do this as it makes them vulnerable to a MITM attack. This behaviour can be changed by with the B<-verify_return_error> option: any verify errors are then returned aborting the handshake.