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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user