From d01a9176f8f14896a7e0d04d0bfe469f9977bd79 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 29 Jan 2009 19:57:06 +0100 Subject: [PATCH] usbhid(3): Re-commit some fixes that were undone in the FreeBSD sync. --- lib/libusbhid/usbhid.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libusbhid/usbhid.3 b/lib/libusbhid/usbhid.3 index 33969be493..a65bc8afd3 100644 --- a/lib/libusbhid/usbhid.3 +++ b/lib/libusbhid/usbhid.3 @@ -42,6 +42,8 @@ .Nm hid_locate , .Nm hid_usage_page , .Nm hid_usage_in_page , +.Nm hid_parse_usage_page , +.Nm hid_parse_usage_in_page , .Nm hid_init , .Nm hid_get_data , .Nm hid_set_data @@ -85,7 +87,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 -- 2.41.0