diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-03-28 18:44:25 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-03-28 18:44:25 +0000 |
| commit | 7b8cfc5217ae8baeb727c452a8057e437caee3ba (patch) | |
| tree | 77dc9aaa8c39041cad8348f799789d22c14ce176 /lib/libusbhid | |
| parent | 7793e75522f13cd778e4c301ee235d74aaa0746c (diff) | |
Notes
Diffstat (limited to 'lib/libusbhid')
| -rw-r--r-- | lib/libusbhid/Makefile | 2 | ||||
| -rw-r--r-- | lib/libusbhid/usbhid.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libusbhid/Makefile b/lib/libusbhid/Makefile index 4869ce969d25..8222bee0652d 100644 --- a/lib/libusbhid/Makefile +++ b/lib/libusbhid/Makefile @@ -3,7 +3,7 @@ MAINTAINER= n_hibma@FreeBSD.ORG -LIB= usb +LIB= usbhid MAN= usbhid.3 SHLIB_MAJOR= 0 diff --git a/lib/libusbhid/usbhid.3 b/lib/libusbhid/usbhid.3 index 2ae6f7ff9d74..615b5fc0151a 100644 --- a/lib/libusbhid/usbhid.3 +++ b/lib/libusbhid/usbhid.3 @@ -45,7 +45,7 @@ .Nm hid_set_data .Nd USB HID access routines .Sh LIBRARY -.Lb libusb +.Lb libusbhid .Sh SYNOPSIS .In libusbhid.h .Ft report_desc_t |
