Replace stale references to device_add_child_after(9) with

device_child_add_ordered(9)

PR:		13210
Submitted by:	Alexey Zelkin <phantom@cris.net>
Reviewed by:	mpp
Forgotten by:	dfr
This commit is contained in:
Alexey Zelkin 1999-09-04 12:37:21 +00:00
parent a0f40f54aa
commit 0d28dd1dc5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50891
3 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ MLINKS+=timeout.9 untimeout.9
MLINKS+=vref.9 VREF.9
MLINKS+=vslock.9 vsunlock.9
MLINKS+=device_add_child.9 device_add_child_after.9
MLINKS+=device_add_child.9 device_add_child_ordered.9
MLINKS+=device_enable.9 device_disable.9
MLINKS+=device_enable.9 device_is_enabled.9
MLINKS+=device_get_state.9 device_busy.9

View File

@ -55,7 +55,7 @@ have a parent (see
.Xr device_get_parent 9 ).
In addition, any device can have children attached to it (see
.Xr device_add_child 9 ,
.Xr device_add_child_after 9 ,
.Xr device_add_child_ordered 9 ,
.Xr device_find_child 9 ,
and
.Xr device_delete_child 9 ).

View File

@ -33,7 +33,7 @@
.Os FreeBSD
.Sh NAME
.Nm device_add_child ,
.Nm device_add_child_after
.Nm device_add_child_ordered
.Nd add a new device as a child of an existing device
.Sh SYNOPSIS
.Fd #include <sys/param.h>