From a51380503298b0c41145c83097cef24b51c30aea Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 8 Jul 2018 21:06:40 +0000 Subject: Simplify and shorten the description of tls_init(3), fixing an awkward wording noticed by tb@. OK tb@ --- src/lib/libtls/man/tls_init.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/libtls/man/tls_init.3 b/src/lib/libtls/man/tls_init.3 index f5f63fa326..f8ee547dd6 100644 --- a/src/lib/libtls/man/tls_init.3 +++ b/src/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 .\" Copyright (c) 2016 Joel Sing @@ -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. -- cgit v1.2.3-55-g6feb