summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorschwarze <>2020-09-21 14:59:46 +0000
committerschwarze <>2020-09-21 14:59:46 +0000
commit27ff728c524e9adfa73f3906fd342bb9fd830e98 (patch)
tree667811c2e2389c0e6ee381d7676578ff00250688 /src/lib
parent5779d9399959bbcedd72b6c73f1b8d433a6c14fe (diff)
downloadopenbsd-27ff728c524e9adfa73f3906fd342bb9fd830e98.tar.gz
openbsd-27ff728c524e9adfa73f3906fd342bb9fd830e98.tar.bz2
openbsd-27ff728c524e9adfa73f3906fd342bb9fd830e98.zip
two wording tweaks suggested by jsing@, adding clarity
Diffstat (limited to 'src/lib')
-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