diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libtls/man/tls_read.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_read.3 b/src/lib/libtls/man/tls_read.3 index f9d949eef5..f72e63cf63 100644 --- a/src/lib/libtls/man/tls_read.3 +++ b/src/lib/libtls/man/tls_read.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_read.3,v 1.8 2023/09/18 17:25:15 schwarze Exp $ | 1 | .\" $OpenBSD: tls_read.3,v 1.9 2025/07/07 10:54:00 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014, 2015 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014, 2015 Ted Unangst <tedu@openbsd.org> |
4 | .\" Copyright (c) 2015 Doug Hogan <doug@openbsd.org> | 4 | .\" Copyright (c) 2015 Doug Hogan <doug@openbsd.org> |
@@ -18,7 +18,7 @@ | |||
18 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 18 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
19 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 19 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
20 | .\" | 20 | .\" |
21 | .Dd $Mdocdate: September 18 2023 $ | 21 | .Dd $Mdocdate: July 7 2025 $ |
22 | .Dt TLS_READ 3 | 22 | .Dt TLS_READ 3 |
23 | .Os | 23 | .Os |
24 | .Sh NAME | 24 | .Sh NAME |
@@ -29,6 +29,7 @@ | |||
29 | .Nm tls_close | 29 | .Nm tls_close |
30 | .Nd use a TLS connection | 30 | .Nd use a TLS connection |
31 | .Sh SYNOPSIS | 31 | .Sh SYNOPSIS |
32 | .Lb libtls libssl libcrypto | ||
32 | .In tls.h | 33 | .In tls.h |
33 | .Ft ssize_t | 34 | .Ft ssize_t |
34 | .Fo tls_read | 35 | .Fo tls_read |