diff options
| author | Ahmad Khalifa <vexeduxr@FreeBSD.org> | 2025-10-30 13:14:42 +0000 |
|---|---|---|
| committer | Ahmad Khalifa <vexeduxr@FreeBSD.org> | 2025-10-30 13:20:28 +0000 |
| commit | 9b9c726df1e214afa122873395a3ac32dd80ae6b (patch) | |
| tree | d041ba2043087afea5cd4351f63aa25a2bcfbfb5 | |
| parent | faacc0d968816cf8714c974b6d8df6191cfb0e0d (diff) | |
bus_attach_children.9: fix typo
s/DEVICE_ATTACH/DEVICE_DETACH
Reviewed by: ziaee
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D53449
| -rw-r--r-- | share/man/man9/bus_attach_children.9 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
