From: jsg Date: Sun, 9 Apr 2023 06:27:52 +0000 (+0000) Subject: fix double words X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=28e78c13aeb6dfd2426d1d7c453b6d0b728c776c;p=openbsd fix double words --- diff --git a/lib/libcrypto/man/BIO_dup_chain.3 b/lib/libcrypto/man/BIO_dup_chain.3 index 561c811d5d1..5c5e8c6533c 100644 --- a/lib/libcrypto/man/BIO_dup_chain.3 +++ b/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. diff --git a/share/man/man4/scmi.4 b/share/man/man4/scmi.4 index 466a41a9560..0ec7f88ac2d 100644 --- a/share/man/man4/scmi.4 +++ b/share/man/man4/scmi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scmi.4,v 1.2 2023/02/14 05:28:35 jsg Exp $ +.\" $OpenBSD: scmi.4,v 1.3 2023/04/09 06:27:52 jsg Exp $ .\" .\" Copyright (c) 2023 Mark Kettenis .\" @@ -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: February 14 2023 $ +.Dd $Mdocdate: April 9 2023 $ .Dt SCMI 4 .Os .Sh NAME @@ -25,7 +25,7 @@ .Sh DESCRIPTION The .Nm -driver handles clocks that are managed through the the ARM System +driver handles clocks that are managed through the ARM System Control and Management Interface specification. .Sh SEE ALSO .Rs