The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=98227aff1322dd0d1298b592e44b53527d8a8894
commit 98227aff1322dd0d1298b592e44b53527d8a8894 Author: Gordon Bergling <[email protected]> AuthorDate: 2022-06-04 17:54:25 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2022-06-10 12:30:31 +0000 usbhid(3): Fix a typo in the manual page - s/layed/laid/ (cherry picked from commit 9b15c51b0551fe09d589d06e654ce61584e3f61c) --- lib/libusbhid/usbhid.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libusbhid/usbhid.3 b/lib/libusbhid/usbhid.3 index 98fcdf57b7d9..965b3efc8b7f 100644 --- a/lib/libusbhid/usbhid.3 +++ b/lib/libusbhid/usbhid.3 @@ -95,7 +95,7 @@ The .Nm library provides routines to extract data from USB Human Interface Devices. .Ss Introduction -USB HID devices send and receive data layed out in a device dependent way. +USB HID devices send and receive data laid out in a device dependent way. The .Nm library contains routines to extract the
