diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-03-07 19:07:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-03-07 19:07:15 +0000 |
commit | dfb4682f73562f9ed38bf259543c922670070527 (patch) | |
tree | 97d279201e9366af19f2174531a5e10cda4d459b /lib/libtls/man | |
parent | d594657637a7be7b7dd6d2cfe20cb6582d03d580 (diff) |
backout. diff was not tested comprehensively, resulting in a broken tree.
Diffstat (limited to 'lib/libtls/man')
-rw-r--r-- | lib/libtls/man/tls_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtls/man/tls_init.3 b/lib/libtls/man/tls_init.3 index fe8847d0acd..5fb9cdd802f 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.8 2018/03/07 17:17:47 beck Exp $ +.\" $OpenBSD: tls_init.3,v 1.9 2018/03/07 19:07:14 deraadt Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> .\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> @@ -46,7 +46,7 @@ The .Fn tls_init function initializes global data structures. It should be called once before any other functions. -It may be called more than once, and may be called concurrently. +It may be called more than once, but not concurrently. .Pp Before a connection is created, a configuration must be created. The |