summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-07-19 17:10:23 +0000
committerjmc <jmc@openbsd.org>2015-07-19 17:10:23 +0000
commita1adb260177ca1266e490d2275297240be3b8e0e (patch)
treea4bf30e23e576ac235d421858b4d99945470272e
parentsort; ok deraadt (diff)
downloadwireguard-openbsd-a1adb260177ca1266e490d2275297240be3b8e0e.tar.xz
wireguard-openbsd-a1adb260177ca1266e490d2275297240be3b8e0e.zip
tweak previous; ok doug
-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 .