From a2a2970cd4f5096e87400dfbc5095fc0ab35909f Mon Sep 17 00:00:00 2001 From: jsg <> Date: Sun, 9 Apr 2023 06:27:52 +0000 Subject: fix double words --- src/lib/libcrypto/man/BIO_dup_chain.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/BIO_dup_chain.3 b/src/lib/libcrypto/man/BIO_dup_chain.3 index 561c811d5d..5c5e8c6533 100644 --- a/src/lib/libcrypto/man/BIO_dup_chain.3 +++ b/src/lib/libcrypto/man/BIO_dup_chain.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_dup_chain.3,v 1.1 2022/12/18 19:35:36 schwarze Exp $ +.\" $OpenBSD: BIO_dup_chain.3,v 1.2 2023/04/09 06:27:52 jsg Exp $ .\" .\" Copyright (c) 2022 Ingo Schwarze .\" @@ -14,7 +14,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: December 18 2022 $ +.Dd $Mdocdate: April 9 2023 $ .Dt BIO_DUP_CHAIN 3 .Os .Sh NAME @@ -54,7 +54,7 @@ and The custom data pointer that can be used by custom BIO types and that can be retrieved with .Xr BIO_get_data 3 -is set set to +is set to .Dv NULL in the copied BIO objects rather than copied. The reference count of each BIO in the copied chain is set to 1. -- cgit v1.2.3-55-g6feb