summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-09-04 16:37:19 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-09-04 16:37:19 +0000
commit0ecc5ccb703dd5dd5bbcaf84e2408c683ee6b957 (patch)
tree1ebb169243a6c26c0fb0d398b4dd525afc196a7a /lib
parentfd644f9908b87a091d3ce838b4ab8c4c0c3ae6f0 (diff)
minor tweaks;
Diffstat (limited to 'lib')
-rw-r--r--lib/libtls/tls_init.314
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3
index 9ce9bc34625..90133a20cea 100644
--- a/lib/libtls/tls_init.3
+++ b/lib/libtls/tls_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tls_init.3,v 1.70 2016/09/04 12:48:50 jsing Exp $
+.\" $OpenBSD: tls_init.3,v 1.71 2016/09/04 16:37:18 jmc Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\"
@@ -255,9 +255,9 @@ file descriptors by calling
.Fn tls_connect_fds .
Calling
.Fn tls_connect_cbs
-allows specifying read and write callback functions to handle data transfer.
-The specified cb_arg parameter is passed back to the functions, and can contain
-a pointer to any caller-specified data.
+allows read and write callback functions to handle data transfers.
+The specified cb_arg parameter is passed back to the functions,
+and can contain a pointer to any caller-specified data.
.Pp
A server can accept a new client connection by calling
.Fn tls_accept_socket
@@ -267,9 +267,9 @@ file descriptors by calling
.Fn tls_accept_fds .
Calling
.Fn tls_accept_cbs
-allows specifying read and write callback functions to handle data transfer.
-The specified cb_arg parameter is passed back to the functions, and can contain
-a pointer to any caller-specified data.
+allows read and write callback functions to handle data transfers.
+The specified cb_arg parameter is passed back to the functions,
+and can contain a pointer to any caller-specified data.
.Pp
The TLS handshake can be completed by calling
.Fn tls_handshake .