Index: tls_init.3 ===================================================================
RCS file: /cvs/src/lib/libtls/tls_init.3,v retrieving revision 1.54 diff -u -p -u -r1.54 tls_init.3 --- tls_init.3 9 Nov 2015 17:52:07 -0000 1.54 +++ tls_init.3 23 Apr 2016 09:37:02 -0000 @@ -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 . +The amount of data read, or an error condition, is returned. .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 . +The amount of data written, or an error condition, is returned. .It .Fn tls_close closes a connection after use.