diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-02-18 17:29:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-02-18 17:29:44 +0000 |
commit | bbaacd0a296c284a5169d152084f0233bb183742 (patch) | |
tree | f6d99af0b2831cc7896c865b2a1501d620340bef /lib | |
parent | d3c3f552ed1d862fd453bfbb7c8ce52f0fce2481 (diff) |
type typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libusbhid/usbhid.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libusbhid/usbhid.3 b/lib/libusbhid/usbhid.3 index ef7ac328ba8..fe1c38ab24b 100644 --- a/lib/libusbhid/usbhid.3 +++ b/lib/libusbhid/usbhid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usbhid.3,v 1.18 2018/05/27 18:45:51 jmc Exp $ +.\" $OpenBSD: usbhid.3,v 1.19 2019/02/18 17:29:43 deraadt Exp $ .\" $NetBSD: usbhid.3,v 1.5 2002/02/07 07:00:52 ross Exp $ .\" .\" Copyright (c) 1999, 2001 Lennart Augustsson <augustss@netbsd.org> @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 27 2018 $ +.Dd $Mdocdate: February 18 2019 $ .Dt USBHID 3 .Os .Sh NAME @@ -77,7 +77,7 @@ .Fn hid_init "char *file" .Ft int .Fn hid_start "char *file" -.Ft int_32t +.Ft int32_t .Fn hid_get_data "void *data" "hid_item_t *h" .Ft void .Fn hid_set_data "void *data" "hid_item_t *h" "int32_t data" |