diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-04 12:37:21 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-04 12:37:21 +0000 |
| commit | 0d28dd1dc562043fa16ced8f4ee62f0f78ec8d76 (patch) | |
| tree | e4a78ff47e0047bc8742dca73687a181b0d59bd8 | |
| parent | a0f40f54aac1268e2abf151d4042948613cdf1b2 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/Makefile | 2 | ||||
| -rw-r--r-- | share/man/man9/device.9 | 2 | ||||
| -rw-r--r-- | share/man/man9/device_add_child.9 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 4283f34378fc..b918f1f6b468 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -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 diff --git a/share/man/man9/device.9 b/share/man/man9/device.9 index e5792da2173c..dae14d217edc 100644 --- a/share/man/man9/device.9 +++ b/share/man/man9/device.9 @@ -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 ). diff --git a/share/man/man9/device_add_child.9 b/share/man/man9/device_add_child.9 index b705d004c6b7..8dd2341f6af6 100644 --- a/share/man/man9/device_add_child.9 +++ b/share/man/man9/device_add_child.9 @@ -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> |
