git: 258cc3474557 - releng/15.0 - bus_attach_children.9: fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Nov 2025 20:29:47 UTC
The branch releng/15.0 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=258cc3474557704f6f5314b7b2f6bbd86c667bb9
commit 258cc3474557704f6f5314b7b2f6bbd86c667bb9
Author: Ahmad Khalifa <vexeduxr@FreeBSD.org>
AuthorDate: 2025-10-30 13:14:42 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-11-03 20:29:07 +0000
bus_attach_children.9: fix typo
s/DEVICE_ATTACH/DEVICE_DETACH
Approved by: re (cperciva)
Reviewed by: ziaee
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D53449
(cherry picked from commit 9b9c726df1e214afa122873395a3ac32dd80ae6b)
(cherry picked from commit c14f97c16b59422ddfd43d9a677f9360004bc23b)
---
share/man/man9/bus_attach_children.9 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man9/bus_attach_children.9 b/share/man/man9/bus_attach_children.9
index 5e3ca4c5e906..81a24a428d8e 100644
--- a/share/man/man9/bus_attach_children.9
+++ b/share/man/man9/bus_attach_children.9
@@ -105,7 +105,7 @@ Detached devices are not deleted.
.Pp
.Fn bus_detach_children
is typically called at the start of a bus driver's
-.Xr DEVICE_ATTACH 9
+.Xr DEVICE_DETACH 9
method to give child devices a chance to veto the detach request.
It is usually paired with a later call to
.Fn device_delete_children 9