summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-07-19 17:10:24 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-07-19 17:10:24 +0000
commit6ce7361180b2686358a770aaad1800c988f775ab (patch)
treea988743d07195395dc5c95bb75a3783c5d77b488 /lib
parent863a10211512037fdc512c95f38e5615780745a4 (diff)
tweak previous; ok doug
Diffstat (limited to 'lib')
-rw-r--r--lib/libtls/tls_init.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3
index 28a6f269a99..16495112ff6 100644
--- a/lib/libtls/tls_init.3
+++ b/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 <tedu@openbsd.org>
.\"
@@ -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 .