diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 15:47:44 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-27 06:27:27 +0000 |
| commit | b1f96b1c4c95df5c04e067c638e52c9652f86721 (patch) | |
| tree | e910c3a24e2c5d74e37486a9af5be6cfad50d820 | |
| parent | 005603cd3dee7610587f1193f9529eb2a42781d7 (diff) | |
ofw_bus_is_compatible.9: Fix a typo in the manual page
- s/compatibile/compatible/
MFC after: 5 days
| -rw-r--r-- | share/man/man9/ofw_bus_is_compatible.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/ofw_bus_is_compatible.9 b/share/man/man9/ofw_bus_is_compatible.9 index 1b44807e84e8..fcfe8755cf86 100644 --- a/share/man/man9/ofw_bus_is_compatible.9 +++ b/share/man/man9/ofw_bus_is_compatible.9 @@ -61,7 +61,7 @@ older revisions of the driver. If hardware revision B is backward compatible with revision A device tree node can signal this compatibility by providing both "vndr,hrdwrA" and "vndr,hrdwrB" strings in -the "compatibile" property value. +the "compatible" property value. This way older driver can use features available only in revision A, and the new version of the driver can take advantage of revision B feature set. |
