diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-07-08 21:06:41 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-07-08 21:06:41 +0000 |
commit | 20fc6ab073698ad79eb8d87a5c6fc750cfbcc4a7 (patch) | |
tree | f9ef47fa247c5369fa53f2fe75630427b14d1042 /lib/libtls | |
parent | 65828a3255baeea529031e67fd83d80d615928ac (diff) |
Simplify and shorten the description of tls_init(3),
fixing an awkward wording noticed by tb@.
OK tb@
Diffstat (limited to 'lib/libtls')
-rw-r--r-- | lib/libtls/man/tls_init.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libtls/man/tls_init.3 b/lib/libtls/man/tls_init.3 index f5f63fa3267..f8ee547dd6c 100644 --- a/lib/libtls/man/tls_init.3 +++ b/lib/libtls/man/tls_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_init.3,v 1.11 2018/03/19 16:34:47 jsing Exp $ +.\" $OpenBSD: tls_init.3,v 1.12 2018/07/08 21:06:40 schwarze Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> .\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> @@ -16,7 +16,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: March 19 2018 $ +.Dd $Mdocdate: July 8 2018 $ .Dt TLS_INIT 3 .Os .Sh NAME @@ -45,8 +45,8 @@ Both clients and servers are supported. The .Fn tls_init function initializes global data structures. -It may be called once before any other functions, however this is no -longer necessary since it will be handled internally on demand. +Calling it manually is no +longer necessary since it is invoked internally when needed. It may be called more than once, and may be called concurrently. .Pp Before a connection is created, a configuration must be created. |