The branch main has been updated by emaste:

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

commit 8770f17a959f2af303213989c0323204bb47c129
Author:     Ed Maste <ema...@freebsd.org>
AuthorDate: 2025-02-06 03:03:56 +0000
Commit:     Ed Maste <ema...@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

Reply via email to