diff options
author | tb <> | 2018-07-09 19:47:20 +0000 |
---|---|---|
committer | tb <> | 2018-07-09 19:47:20 +0000 |
commit | 4a2992348558e1fe8a1b626e9f36d1b3d5343a9f (patch) | |
tree | b91a455fdd8704c9e574f7fae7f9e239eb900b6f | |
parent | 0e645dc6d4c95b5820d211edeaef2c4912fa2661 (diff) | |
download | openbsd-4a2992348558e1fe8a1b626e9f36d1b3d5343a9f.tar.gz openbsd-4a2992348558e1fe8a1b626e9f36d1b3d5343a9f.tar.bz2 openbsd-4a2992348558e1fe8a1b626e9f36d1b3d5343a9f.zip |
wording tweak for tls_init() from jsing
ok jsing, schwarze
-rw-r--r-- | src/lib/libtls/man/tls_init.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libtls/man/tls_init.3 b/src/lib/libtls/man/tls_init.3 index f8ee547dd6..557998107c 100644 --- a/src/lib/libtls/man/tls_init.3 +++ b/src/lib/libtls/man/tls_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_init.3,v 1.12 2018/07/08 21:06:40 schwarze Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.13 2018/07/09 19:47:20 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> | 4 | .\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> |
@@ -16,7 +16,7 @@ | |||
16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
18 | .\" | 18 | .\" |
19 | .Dd $Mdocdate: July 8 2018 $ | 19 | .Dd $Mdocdate: July 9 2018 $ |
20 | .Dt TLS_INIT 3 | 20 | .Dt TLS_INIT 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -45,8 +45,8 @@ Both clients and servers are supported. | |||
45 | The | 45 | The |
46 | .Fn tls_init | 46 | .Fn tls_init |
47 | function initializes global data structures. | 47 | function initializes global data structures. |
48 | Calling it manually is no | 48 | It is no longer necessary to call this function directly, |
49 | longer necessary since it is invoked internally when needed. | 49 | since it is invoked internally when needed. |
50 | It may be called more than once, and may be called concurrently. | 50 | It may be called more than once, and may be called concurrently. |
51 | .Pp | 51 | .Pp |
52 | Before a connection is created, a configuration must be created. | 52 | Before a connection is created, a configuration must be created. |