summaryrefslogtreecommitdiffstats
path: root/share/man/man9/device_add_child.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-24 13:41:48 +0000
committerru <ru@FreeBSD.org>2002-12-24 13:41:48 +0000
commit4979ab8d816b8ab1d2eb74e7179f8f63e04f0972 (patch)
tree3a2594ccf0dfa39e2b9d787edfbc673670ae29da /share/man/man9/device_add_child.9
parenta59d939300a476e89fd904d21bef510b0d7f7da0 (diff)
downloadFreeBSD-src-4979ab8d816b8ab1d2eb74e7179f8f63e04f0972.zip
FreeBSD-src-4979ab8d816b8ab1d2eb74e7179f8f63e04f0972.tar.gz
mdoc(7) police: Deal with self-xrefs.
Diffstat (limited to 'share/man/man9/device_add_child.9')
-rw-r--r--share/man/man9/device_add_child.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/device_add_child.9 b/share/man/man9/device_add_child.9
index 3c5d2e3..8d08639 100644
--- a/share/man/man9/device_add_child.9
+++ b/share/man/man9/device_add_child.9
@@ -82,12 +82,12 @@ of unrelated drivers and therefore must be probed first),
the
.Fa order
argument of
-.Xr device_add_child_ordered 9
+.Fn device_add_child_ordered
should be used to specify a partial ordering.
The new device will be added before any existing device with a greater
order.
If
-.Xr device_add_child 9
+.Fn device_add_child
is used, then the new child will be added as if its order was zero.
.Sh RETURN VALUES
The new device if successful, NULL otherwise.
OpenPOWER on IntegriCloud