diff options
Diffstat (limited to 'lib/libssl/man/SSL_write.3')
-rw-r--r-- | lib/libssl/man/SSL_write.3 | 6 |
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 |