Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2025 13:22:32 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 8770f17a959f - main - man9: Remove bus_delayed_attach_children MLINK
Message-ID:  <202502061322.516DMWms055591@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=8770f17a959f2af303213989c0323204bb47c129

commit 8770f17a959f2af303213989c0323204bb47c129
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-02-06 03:03:56 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-02-06 13:22:28 +0000

    man9: Remove bus_delayed_attach_children MLINK
    
    bus_delayed_attach_children already existed as a standalone page,
    causing pkgbase errors due to duplicate METALOG entries.  Delete the
    MLINK for now to fix the build.
    
    Fixes: 192d326bcff5 ("bus_attach_children.9: New manpage for functions operating on children")
    Sponsored by:   The FreeBSD Foundation
---
 share/man/man9/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 05c5de574ef5..ab2c1e9e5321 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -673,8 +673,7 @@ MLINKS+=buf_ring.9 buf_ring_alloc.9 \
 	buf_ring.9 buf_ring_peek.9
 MLINKS+=bus_activate_resource.9 bus_deactivate_resource.9
 MLINKS+=bus_alloc_resource.9 bus_alloc_resource_any.9
-MLINKS+=bus_attach_children.9 bus_delayed_attach_children.9 \
-	bus_attach_children.9 bus_detach_children.9 \
+MLINKS+=bus_attach_children.9 bus_detach_children.9 \
 	bus_attach_children.9 bus_enumerate_hinted_children.9 \
 	bus_attach_children.9 bus_identify_children.9
 MLINKS+=BUS_BIND_INTR.9 bus_bind_intr.9



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502061322.516DMWms055591>