Move a .Ed to the right place.

This commit is contained in:
augustss 2004-01-04 01:42:06 +00:00
parent 956a88bd1e
commit 688b523809
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: uhid.4,v 1.14 2002/06/12 00:24:39 wiz Exp $ .\" $NetBSD: uhid.4,v 1.15 2004/01/04 01:42:06 augustss Exp $
.\" .\"
.\" Copyright (c) 1999, 2001 The NetBSD Foundation, Inc. .\" Copyright (c) 1999, 2001 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -90,6 +90,7 @@ struct usb_ctl_report {
int report; int report;
u_char data[1024]; /* used data size will vary */ u_char data[1024]; /* used data size will vary */
}; };
.Ed
.It Dv USB_SET_REPORT (struct usb_ctl_report) .It Dv USB_SET_REPORT (struct usb_ctl_report)
Set a report in the device. The Set a report in the device. The
.Dv report .Dv report
@ -99,7 +100,6 @@ field indicates which report is to be set. It should be
or or
.Dv UHID_FEATURE_REPORT . .Dv UHID_FEATURE_REPORT .
This call may fail if the device does not support this feature. This call may fail if the device does not support this feature.
.Ed
.El .El
.Pp .Pp
Use Use