From b4bc8d8b755aef4f7b08455fb0bbf31f536da85b Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Mon, 21 Sep 2020 14:59:46 +0000 Subject: two wording tweaks suggested by jsing@, adding clarity --- src/lib/libssl/man/SSL_set_SSL_CTX.3 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/lib/libssl/man/SSL_set_SSL_CTX.3 b/src/lib/libssl/man/SSL_set_SSL_CTX.3 index 567e34f681..b31fa5e335 100644 --- a/src/lib/libssl/man/SSL_set_SSL_CTX.3 +++ b/src/lib/libssl/man/SSL_set_SSL_CTX.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_set_SSL_CTX.3,v 1.1 2020/09/20 10:20:44 schwarze Exp $ +.\" $OpenBSD: SSL_set_SSL_CTX.3,v 1.2 2020/09/21 14:59:46 schwarze Exp $ .\" .\" Copyright (c) 2020 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 20 2020 $ +.Dd $Mdocdate: September 21 2020 $ .Dt SSL_SET_SSL_CTX 3 .Os .Sh NAME @@ -32,8 +32,7 @@ causes .Fa ssl to use the context -.Fa ctx -in the future. +.Fa ctx . .Pp If .Fa ctx @@ -52,7 +51,7 @@ no action occurs. .Fn SSL_set_SSL_CTX returns an internal pointer to the context that .Fa ssl -will use after the call, or +is using as a result of the call, or .Dv NULL if memory allocation fails. .Sh SEE ALSO -- cgit v1.2.3-55-g6feb