diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 15:36:51 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-27 06:27:26 +0000 |
| commit | 3ceaf4d80401fab49895a5ac3bb1fe602f588da8 (patch) | |
| tree | babbea58e7dec502f377455a7090971fc8f76e95 | |
| parent | 2f263badccf842470323b64613eccb0c0b9a12c1 (diff) | |
bhnd.9: Fix a typo in the manual page
- s/devce/device/
MFC after: 5 days
| -rw-r--r-- | share/man/man9/bhnd.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/bhnd.9 b/share/man/man9/bhnd.9 index 722ae6b6a393..ed3007ea748d 100644 --- a/share/man/man9/bhnd.9 +++ b/share/man/man9/bhnd.9 @@ -2350,7 +2350,7 @@ function retains and returns a reference to the provider registered for .Fa service with the parent .Xr bhnd 4 -bus of devce +bus of device .Fa dev , if available. On success, the caller is responsible for releasing this provider reference |
