diff options
| author | Marcin Cieslak <saper@saper.info> | 2026-02-25 01:58:59 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2026-02-25 01:58:59 +0000 |
| commit | fba56be09f1c344cc5805b898fbfef6066950942 (patch) | |
| tree | 1c9ea9c86aa2142fe3efb2f632660b24f40d3f03 /lib/libdevctl | |
| parent | ef1218add1d3d2baca9d3b8bcfb57e05ef6fc503 (diff) | |
Diffstat (limited to 'lib/libdevctl')
| -rw-r--r-- | lib/libdevctl/devctl.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libdevctl/devctl.3 b/lib/libdevctl/devctl.3 index c8a4704825c2..94fe350e524b 100644 --- a/lib/libdevctl/devctl.3 +++ b/lib/libdevctl/devctl.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd April 4, 2019 +.Dd February 24, 2026 .Dt DEVCTL 3 .Os .Sh NAME @@ -193,6 +193,7 @@ is true, the device will be detached from its current device driver. After the device's name is reset, it is reprobed and attached to a suitable device driver if one is found. +If no suitable device driver is found, no error is reported. .Pp The .Fn devctl_rescan |
