From a9d798f1dfec60092ba09219ddb4d82a9e1f8b0d Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 8 Oct 2020 16:02:38 +0000 Subject: grammar fix: if/when a renegotiation takeS place --- src/lib/libssl/man/SSL_write.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libssl/man/SSL_write.3') diff --git a/src/lib/libssl/man/SSL_write.3 b/src/lib/libssl/man/SSL_write.3 index d5e985e42a..16be55f259 100644 --- a/src/lib/libssl/man/SSL_write.3 +++ b/src/lib/libssl/man/SSL_write.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_write.3,v 1.5 2018/03/27 17:35:50 schwarze Exp $ +.\" $OpenBSD: SSL_write.3,v 1.6 2020/10/08 16:02:38 tb Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Lutz Jaenicke . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 27 2018 $ +.Dd $Mdocdate: October 8 2020 $ .Dt SSL_WRITE 3 .Os .Sh NAME @@ -102,7 +102,7 @@ is .Em blocking , .Fn SSL_write will only return once the write operation has been finished or an error -occurred, except when a renegotiation take place, in which case a +occurred, except when a renegotiation takes place, in which case a .Dv SSL_ERROR_WANT_READ may occur. This behaviour can be controlled with the -- cgit v1.2.3-55-g6feb