summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2016-09-04 12:48:51 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2016-09-04 12:48:51 +0000
commit3445ce83895af43a49b62e238086ceaf4a7c6ca6 (patch)
tree150b559b207609b0101ca188da3d3435a17fbfc7
parentf9d08bf685d1f548cb3959a9871de918fe458665 (diff)
New sentence, new line. Also wrap at 80 chars.
-rw-r--r--lib/libtls/tls_init.310
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3
index 762a76633bb..9ce9bc34625 100644
--- a/lib/libtls/tls_init.3
+++ b/lib/libtls/tls_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tls_init.3,v 1.69 2016/09/04 12:26:43 bcook Exp $
+.\" $OpenBSD: tls_init.3,v 1.70 2016/09/04 12:48:50 jsing Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\"
@@ -255,7 +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 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.
.Pp
A server can accept a new client connection by calling
.Fn tls_accept_socket
@@ -265,7 +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 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.
.Pp
The TLS handshake can be completed by calling
.Fn tls_handshake .