diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-06 09:09:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-06 09:09:01 +0000 |
commit | ebdbe1ccc047bf985720637a5661aece7e76308a (patch) | |
tree | 636ff994fa4cbc701e0054152cce82bfbe3ba7f4 /lib/libusbhid | |
parent | f11333b75e00e75d432f43a61cded51f7c75a9d7 (diff) |
updated URL for USB specification from Leandro Costa
new sentence, new line
.Pa for URL is clearer
Diffstat (limited to 'lib/libusbhid')
-rw-r--r-- | lib/libusbhid/usbhid.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libusbhid/usbhid.3 b/lib/libusbhid/usbhid.3 index 5d2c042a1dd..f3e6308d453 100644 --- a/lib/libusbhid/usbhid.3 +++ b/lib/libusbhid/usbhid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usbhid.3,v 1.4 2002/05/10 00:09:17 nate Exp $ +.\" $OpenBSD: usbhid.3,v 1.5 2003/05/06 09:09:00 jmc Exp $ .\" $NetBSD: usbhid.3,v 1.5 2002/02/07 07:00:52 ross Exp $ .\" .\" Copyright (c) 1999, 2001 Lennart Augustsson <augustss@netbsd.org> @@ -81,8 +81,8 @@ 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. The +USB HID devices send and receive data layed out in a device dependent way. +The .Nm library contains routines to extract the .Em report descriptor @@ -201,7 +201,7 @@ The default HID usage table. The .Tn USB specifications can be found at: -.Dv http://www.usb.org/developers/docs.html . +.Pa http://www.usb.org/developers/docs/ .Pp .Xr uhid 4 , .Xr usb 4 |