diff options
| author | jmc <> | 2016-04-24 12:16:36 +0000 | 
|---|---|---|
| committer | jmc <> | 2016-04-24 12:16:36 +0000 | 
| commit | 5ca664a885e7074fd9d59216ecdcf0a62246b5a6 (patch) | |
| tree | 14690c180d83cfa3ea1591dd71ea6f3d9133c5a3 /src/lib/libtls/tls_init.3 | |
| parent | a95ccd3702168b126ab9f815a1b48a33d1eb3794 (diff) | |
| download | openbsd-5ca664a885e7074fd9d59216ecdcf0a62246b5a6.tar.gz openbsd-5ca664a885e7074fd9d59216ecdcf0a62246b5a6.tar.bz2 openbsd-5ca664a885e7074fd9d59216ecdcf0a62246b5a6.zip  | |
no more outlen; from remco
ok bcook deraadt
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libtls/tls_init.3 | 8 | 
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 | 
| 551 | bytes of data from the socket into | 551 | bytes of data from the socket into | 
| 552 | .Fa buf . | 552 | .Fa buf . | 
| 553 | The amount of data read is returned in | 553 | It returns the amount of data read. | 
| 554 | .Fa outlen . | ||
| 555 | .It | 554 | .It | 
| 556 | .Fn tls_write | 555 | .Fn tls_write | 
| 557 | writes | 556 | writes | 
| @@ -559,8 +558,7 @@ writes | |||
| 559 | bytes of data from | 558 | bytes of data from | 
| 560 | .Fa buf | 559 | .Fa buf | 
| 561 | to the socket. | 560 | to the socket. | 
| 562 | The amount of data written is returned in | 561 | It returns the amount of data written. | 
| 563 | .Fa outlen . | ||
| 564 | .It | 562 | .It | 
| 565 | .Fn tls_close | 563 | .Fn tls_close | 
| 566 | closes a connection after use. | 564 | closes a connection after use. | 
