From ecf15b16ee8223a9a383b97ee41126fbedf89bb5 Mon Sep 17 00:00:00 2001 From: Alexander Borkowski Date: Sat, 20 Jul 2019 07:47:11 +0200 Subject: [PATCH] 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) --- doc/man1/openssl-s_client.pod.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1