diff options
author | 2016-04-24 12:16:36 +0000 | |
---|---|---|
committer | 2016-04-24 12:16:36 +0000 | |
commit | b625e6df804681ad535f65e23c98cfbea9c728f7 (patch) | |
tree | 443f20253b86fd141a566ec59b971d6ac554bb7d /lib/libtls/tls_init.3 | |
parent | whitespace cleanup (diff) | |
download | wireguard-openbsd-b625e6df804681ad535f65e23c98cfbea9c728f7.tar.xz wireguard-openbsd-b625e6df804681ad535f65e23c98cfbea9c728f7.zip |
no more outlen; from remco
ok bcook deraadt
Diffstat (limited to 'lib/libtls/tls_init.3')
-rw-r--r-- | lib/libtls/tls_init.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3 index 0f660db995c..d5acc59cdc0 100644 --- a/lib/libtls/tls_init.3 +++ b/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 <tedu@openbsd.org> .\" @@ -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. |