mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
f8ce29b631
commit
f9ea7b6e82
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue