summaryrefslogtreecommitdiff
path: root/lib/libssl/man/SSL_CTX_set_mode.3
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2020-10-08 16:02:39 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2020-10-08 16:02:39 +0000
commit436fd7da9f8f086f6f50d05ab851333c0412ba78 (patch)
treebb7ae427888a9ea54fcbf6a7ac936242e29d8ae7 /lib/libssl/man/SSL_CTX_set_mode.3
parente56e706a085acf671057306b01e1d92bca86092a (diff)
grammar fix: if/when a renegotiation takeS place
Diffstat (limited to 'lib/libssl/man/SSL_CTX_set_mode.3')
-rw-r--r--lib/libssl/man/SSL_CTX_set_mode.36
1 files changed, 3 insertions, 3 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