summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libtls/tls_init.38
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3
index 0f660db995..d5acc59cdc 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.55 2016/04/24 07:02:07 jmc Exp $ 1.\" $OpenBSD: tls_init.3,v 1.56 2016/04/24 12:16:36 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" 4.\"
@@ -550,8 +550,7 @@ reads
550.Fa buflen 550.Fa buflen
551bytes of data from the socket into 551bytes of data from the socket into
552.Fa buf . 552.Fa buf .
553The amount of data read is returned in 553It returns the amount of data read.
554.Fa outlen .
555.It 554.It
556.Fn tls_write 555.Fn tls_write
557writes 556writes
@@ -559,8 +558,7 @@ writes
559bytes of data from 558bytes of data from
560.Fa buf 559.Fa buf
561to the socket. 560to the socket.
562The amount of data written is returned in 561It returns the amount of data written.
563.Fa outlen .
564.It 562.It
565.Fn tls_close 563.Fn tls_close
566closes a connection after use. 564closes a connection after use.