-.\" $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>
.\"
.\" 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
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.
-.\" $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>
.\"
.\" 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
.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