diff options
| author | Brian Somers <brian@FreeBSD.org> | 2005-08-09 10:30:25 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2005-08-09 10:30:25 +0000 |
| commit | b47668b3ec7edc5e29def5c3a3c5340944a3d792 (patch) | |
| tree | 6f36916c208265cef7c5cc45dc3e698e135f743d /share | |
| parent | 13f4c340aeeeb104844712bb36899d1adef50579 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/device_add_child.9 | 4 |
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 eedc8cca5204..eafd2843735e 100644 --- a/share/man/man9/device_add_child.9 +++ b/share/man/man9/device_add_child.9 @@ -67,8 +67,8 @@ This allows busses which can uniquely identify device instances (such as PCI) to allow each driver to check each device instance for a match. For busses which rely on supplied probe hints where only one -driver can have a change of probing the device, the driver name should -specified as the device name. +driver can have a chance of probing the device, the driver name should +be specified as the device name. .Pp Normally unit numbers will be chosen automatically by the system and a unit number of |
