diff options
author | jmc <> | 2015-09-10 14:17:22 +0000 |
---|---|---|
committer | jmc <> | 2015-09-10 14:17:22 +0000 |
commit | e6c9bfa6ab753c1d5bbcbcc1e4b1a948fa270f37 (patch) | |
tree | b92da8e677196657fdc6931c0e978270b1ff07b2 /src | |
parent | ab2810e051593e20731a331b35004bd3e9b1ac90 (diff) | |
download | openbsd-e6c9bfa6ab753c1d5bbcbcc1e4b1a948fa270f37.tar.gz openbsd-e6c9bfa6ab753c1d5bbcbcc1e4b1a948fa270f37.tar.bz2 openbsd-e6c9bfa6ab753c1d5bbcbcc1e4b1a948fa270f37.zip |
tweak previous;
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libtls/tls_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3 index e11bc30901..d2ba9d0978 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.31 2015/09/10 13:29:53 jsing Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.32 2015/09/10 14:17:22 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -396,7 +396,7 @@ A configured server context should be passed in | |||
396 | .It | 396 | .It |
397 | .Fn tls_handshake | 397 | .Fn tls_handshake |
398 | performs the TLS handshake. | 398 | performs the TLS handshake. |
399 | It is only neccessary to call this function if you need to guarantee that the | 399 | It is only necessary to call this function if you need to guarantee that the |
400 | handshake has completed, as both | 400 | handshake has completed, as both |
401 | .Fn tls_read | 401 | .Fn tls_read |
402 | and | 402 | and |
@@ -422,7 +422,7 @@ The amount of data written is returned in | |||
422 | .It | 422 | .It |
423 | .Fn tls_close | 423 | .Fn tls_close |
424 | closes a connection after use. | 424 | closes a connection after use. |
425 | Only the TLS layer will be shutdown and the caller is responsible for closing | 425 | Only the TLS layer will be shut down and the caller is responsible for closing |
426 | the file descriptors, unless the connection was established using | 426 | the file descriptors, unless the connection was established using |
427 | .Fn tls_connect | 427 | .Fn tls_connect |
428 | or | 428 | or |