summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2020-09-21 14:59:47 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2020-09-21 14:59:47 +0000
commite6e26566930ee938275fa5af2ad31c8ab3ad5229 (patch)
treeaa05c975bc01f5cd424fce9d846b7a5409c1bfec /lib
parent2e4cce8aa8d9af36e0e2c24587afb27f1e1584ed (diff)
two wording tweaks suggested by jsing@, adding clarity
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/man/SSL_set_SSL_CTX.39
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libssl/man/SSL_set_SSL_CTX.3 b/lib/libssl/man/SSL_set_SSL_CTX.3
index 567e34f6819..b31fa5e335c 100644
--- a/lib/libssl/man/SSL_set_SSL_CTX.3
+++ b/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 <schwarze@openbsd.org>
.\"
@@ -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