summaryrefslogtreecommitdiffstats
path: root/lib/libssl/man/SSL_write.3
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2020-10-08 16:02:38 +0000
committertb <tb@openbsd.org>2020-10-08 16:02:38 +0000
commitff59bafad1d24c701a58d9e2e9c8c1b338d70162 (patch)
treee002c9eab52541837f7c0589f02fa407e2abfa2c /lib/libssl/man/SSL_write.3
parentRead cert.pem once and reuse it instead of reading it twice per test cert (diff)
downloadwireguard-openbsd-ff59bafad1d24c701a58d9e2e9c8c1b338d70162.tar.xz
wireguard-openbsd-ff59bafad1d24c701a58d9e2e9c8c1b338d70162.zip
grammar fix: if/when a renegotiation takeS place
Diffstat (limited to 'lib/libssl/man/SSL_write.3')
-rw-r--r--lib/libssl/man/SSL_write.36
1 files changed, 3 insertions, 3 deletions
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