summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2020-09-21 14:59:46 +0000
committerschwarze <>2020-09-21 14:59:46 +0000
commitb4bc8d8b755aef4f7b08455fb0bbf31f536da85b (patch)
tree667811c2e2389c0e6ee381d7676578ff00250688
parentb4cb0b6340ab8cc6bc259824012ca232d8590410 (diff)
downloadopenbsd-b4bc8d8b755aef4f7b08455fb0bbf31f536da85b.tar.gz
openbsd-b4bc8d8b755aef4f7b08455fb0bbf31f536da85b.tar.bz2
openbsd-b4bc8d8b755aef4f7b08455fb0bbf31f536da85b.zip
two wording tweaks suggested by jsing@, adding clarity
-rw-r--r--src/lib/libssl/man/SSL_set_SSL_CTX.39
1 files 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 @@
1.\" $OpenBSD: SSL_set_SSL_CTX.3,v 1.1 2020/09/20 10:20:44 schwarze Exp $ 1.\" $OpenBSD: SSL_set_SSL_CTX.3,v 1.2 2020/09/21 14:59:46 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: September 20 2020 $ 17.Dd $Mdocdate: September 21 2020 $
18.Dt SSL_SET_SSL_CTX 3 18.Dt SSL_SET_SSL_CTX 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -32,8 +32,7 @@
32causes 32causes
33.Fa ssl 33.Fa ssl
34to use the context 34to use the context
35.Fa ctx 35.Fa ctx .
36in the future.
37.Pp 36.Pp
38If 37If
39.Fa ctx 38.Fa ctx
@@ -52,7 +51,7 @@ no action occurs.
52.Fn SSL_set_SSL_CTX 51.Fn SSL_set_SSL_CTX
53returns an internal pointer to the context that 52returns an internal pointer to the context that
54.Fa ssl 53.Fa ssl
55will use after the call, or 54is using as a result of the call, or
56.Dv NULL 55.Dv NULL
57if memory allocation fails. 56if memory allocation fails.
58.Sh SEE ALSO 57.Sh SEE ALSO