From 4c9957c9640eb1eeb33d78bfecc78449eea8ba15 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sun, 24 Apr 2016 12:16:36 +0000 Subject: no more outlen; from remco ok bcook deraadt --- src/lib/libtls/tls_init.3 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src') 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 @@ -.\" $OpenBSD: tls_init.3,v 1.55 2016/04/24 07:02:07 jmc Exp $ +.\" $OpenBSD: tls_init.3,v 1.56 2016/04/24 12:16:36 jmc Exp $ .\" .\" Copyright (c) 2014 Ted Unangst .\" @@ -550,8 +550,7 @@ reads .Fa buflen bytes of data from the socket into .Fa buf . -The amount of data read is returned in -.Fa outlen . +It returns the amount of data read. .It .Fn tls_write writes @@ -559,8 +558,7 @@ writes bytes of data from .Fa buf to the socket. -The amount of data written is returned in -.Fa outlen . +It returns the amount of data written. .It .Fn tls_close closes a connection after use. -- cgit v1.2.3-55-g6feb