diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2020-10-08 16:02:39 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2020-10-08 16:02:39 +0000 |
commit | 436fd7da9f8f086f6f50d05ab851333c0412ba78 (patch) | |
tree | bb7ae427888a9ea54fcbf6a7ac936242e29d8ae7 | |
parent | e56e706a085acf671057306b01e1d92bca86092a (diff) |
grammar fix: if/when a renegotiation takeS place
-rw-r--r-- | lib/libssl/man/SSL_CTX_set_mode.3 | 6 | ||||
-rw-r--r-- | lib/libssl/man/SSL_write.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libssl/man/SSL_CTX_set_mode.3 b/lib/libssl/man/SSL_CTX_set_mode.3 index 32bb340b653..fca1a977d09 100644 --- a/lib/libssl/man/SSL_CTX_set_mode.3 +++ b/lib/libssl/man/SSL_CTX_set_mode.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_CTX_set_mode.3,v 1.6 2019/06/12 09:36:30 schwarze Exp $ +.\" $OpenBSD: SSL_CTX_set_mode.3,v 1.7 2020/10/08 16:02:38 tb Exp $ .\" full merge up to: OpenSSL 8671b898 Jun 3 02:48:34 2008 +0000 .\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100 .\" @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 12 2019 $ +.Dd $Mdocdate: October 8 2020 $ .Dt SSL_CTX_SET_MODE 3 .Os .Sh NAME @@ -145,7 +145,7 @@ behaves like non-blocking .Xr write 2 . .It Dv SSL_MODE_AUTO_RETRY Never bother the application with retries if the transport is blocking. -If a renegotiation take place during normal operation, a +If a renegotiation takes place during normal operation, a .Xr SSL_read 3 or .Xr SSL_write 3 diff --git a/lib/libssl/man/SSL_write.3 b/lib/libssl/man/SSL_write.3 index d5e985e42a6..16be55f259a 100644 --- a/lib/libssl/man/SSL_write.3 +++ b/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 <jaenicke@openssl.org>. @@ -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 |