device_add_child.9: remove self-reference

Change .Xr to .Nm, which quiets a mandoc warning

Reviewed by:	mhorne
MFC after:	3 days
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1135
This commit is contained in:
Christopher Davidson 2024-04-03 13:48:40 -03:00 committed by Mitchell Horne
parent f8ce29b631
commit f9ea7b6e82

View file

@ -111,10 +111,10 @@ When adding a child to another device node, such as in an identify
routine, use
.Xr BUS_ADD_CHILD 9
instead of
.Xr device_add_child 9 .
.Fn device_add_child .
.Xr BUS_ADD_CHILD 9
will call
.Xr device_add_child 9
.Fn device_add_child
and add the proper bus-specific data to the new child.
.Fn device_add_child
does not call