summaryrefslogtreecommitdiff
path: root/share/man/man4/uhid.4
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-08-13 14:47:51 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-08-13 14:47:51 +0000
commit45c8272e1d70ed9c938dae7dda29ef428ec723ad (patch)
tree7da0343ee155ef501f8e8748ac4d9447f9231d8a /share/man/man4/uhid.4
parent7e7913fa79a22806194e17f821190f0d758d87e4 (diff)
some repairs
Diffstat (limited to 'share/man/man4/uhid.4')
-rw-r--r--share/man/man4/uhid.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/uhid.4 b/share/man/man4/uhid.4
index be9bb902fed..22ec29a5e1e 100644
--- a/share/man/man4/uhid.4
+++ b/share/man/man4/uhid.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uhid.4,v 1.1 1999/08/13 06:34:59 fgsch Exp $
+.\" $OpenBSD: uhid.4,v 1.2 1999/08/13 14:47:50 aaron Exp $
.\" $NetBSD: uhid.4,v 1.6 1999/05/11 21:05:09 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@ this feature.
.It Dv USB_GET_REPORT (struct usb_ctl_report)
Get a report from the device without waiting for data on
the interrupt pipe. The
-.Dv report
+.Fa report
field indicates which report is requested. It should be
.Dv UHID_INPUT_REPORT ,
.Dv UHID_OUTPUT_REPORT ,
@@ -104,12 +104,12 @@ Use
send data to the device. Data should be written in chunks of the
size prescribed by the report descriptor.
.Sh SEE ALSO
+.Xr usbhidctl 1 ,
.Xr usb 3 ,
-.Xr usb 4 ,
-.Xr usbhidctl 1
+.Xr usb 4
.Sh HISTORY
The
.Nm
driver
appeared in
-.Ox 2.5 .
+.Ox 2.6 .