aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/device_add_child.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/device_add_child.9')
-rw-r--r--share/man/man9/device_add_child.96
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man9/device_add_child.9 b/share/man/man9/device_add_child.9
index 2ba2ca50b324..423869d6ff6b 100644
--- a/share/man/man9/device_add_child.9
+++ b/share/man/man9/device_add_child.9
@@ -26,8 +26,6 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
-.\"
.Dd February 11, 2018
.Dt DEVICE_ADD_CHILD 9
.Os
@@ -113,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