From 434ae239dcf64cf56b6f17edb0168de9e7c1a70b Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sun, 19 Jul 2015 17:10:23 +0000 Subject: tweak previous; ok doug --- src/lib/libtls/tls_init.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3 index 28a6f269a9..16495112ff 100644 --- a/src/lib/libtls/tls_init.3 +++ b/src/lib/libtls/tls_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_init.3,v 1.24 2015/07/19 05:49:27 doug Exp $ +.\" $OpenBSD: tls_init.3,v 1.25 2015/07/19 17:10:23 jmc Exp $ .\" .\" Copyright (c) 2014 Ted Unangst .\" @@ -424,9 +424,9 @@ A read operation is necessary to continue. A write operation is necessary to continue. .El .Pp -These are underlying TLS engine read or write operations which may -not correspond with the name of the function you call. -For example, you may receive a +There are underlying TLS engine read or write operations which may +not correspond with the name of the function called. +For example, it is possible to receive a .Dv TLS_READ_AGAIN even when calling .Fn tls_write . -- cgit v1.2.3-55-g6feb