fix double words
authorjsg <jsg@openbsd.org>
Sun, 9 Apr 2023 06:27:52 +0000 (06:27 +0000)
committerjsg <jsg@openbsd.org>
Sun, 9 Apr 2023 06:27:52 +0000 (06:27 +0000)
lib/libcrypto/man/BIO_dup_chain.3
share/man/man4/scmi.4

index 561c811..5c5e8c6 100644 (file)
@@ -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 <schwarze@openbsd.org>
 .\"
@@ -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.
index 466a41a..0ec7f88 100644 (file)
@@ -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 <kettenis@openbsd.org>
 .\"
@@ -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