summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2015-07-19 17:10:23 +0000
committerjmc <>2015-07-19 17:10:23 +0000
commit434ae239dcf64cf56b6f17edb0168de9e7c1a70b (patch)
treeff4056dd282e20ccb908193742cf76957505a998
parent8e19e5bdab3eb3bf6118bc7b81c7f207f48b7c48 (diff)
downloadopenbsd-434ae239dcf64cf56b6f17edb0168de9e7c1a70b.tar.gz
openbsd-434ae239dcf64cf56b6f17edb0168de9e7c1a70b.tar.bz2
openbsd-434ae239dcf64cf56b6f17edb0168de9e7c1a70b.zip
tweak previous; ok doug
-rw-r--r--src/lib/libtls/tls_init.38
1 files 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 @@
1.\" $OpenBSD: tls_init.3,v 1.24 2015/07/19 05:49:27 doug Exp $ 1.\" $OpenBSD: tls_init.3,v 1.25 2015/07/19 17:10:23 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" 4.\"
@@ -424,9 +424,9 @@ A read operation is necessary to continue.
424A write operation is necessary to continue. 424A write operation is necessary to continue.
425.El 425.El
426.Pp 426.Pp
427These are underlying TLS engine read or write operations which may 427There are underlying TLS engine read or write operations which may
428not correspond with the name of the function you call. 428not correspond with the name of the function called.
429For example, you may receive a 429For example, it is possible to receive a
430.Dv TLS_READ_AGAIN 430.Dv TLS_READ_AGAIN
431even when calling 431even when calling
432.Fn tls_write . 432.Fn tls_write .