diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-05 09:30:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-05 09:30:09 +0000 |
commit | 4ff52aa1a03ecb40e0092cfb328282edfd6909ce (patch) | |
tree | bb3f5f1a698e04163cb09b37754df3eff8b8a54e /share | |
parent | 045d873e22052b1951e71ebf599d27ac34607e3f (diff) |
move an .Ed to the right place;
from NetBSD (augustss@ rev. 1.15);
also remove -compact from the list to make the page more readable;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/uhid.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/uhid.4 b/share/man/man4/uhid.4 index f26916078fe..114d04b74bd 100644 --- a/share/man/man4/uhid.4 +++ b/share/man/man4/uhid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uhid.4,v 1.11 2002/09/26 22:09:53 miod Exp $ +.\" $OpenBSD: uhid.4,v 1.12 2004/01/05 09:30:08 jmc Exp $ .\" $NetBSD: uhid.4,v 1.13 2001/12/29 14:41:59 augustss Exp $ .\" .\" Copyright (c) 1999, 2001 The NetBSD Foundation, Inc. @@ -52,8 +52,7 @@ in USB devices that do not have a special driver. The device handles the following .Xr ioctl 2 calls: -.Pp -.Bl -tag -width indent -compact +.Bl -tag -width indent .It Dv USB_GET_REPORT_ID (int) Get the report identifier used by this HID report. .It Dv USB_GET_REPORT_DESC (struct usb_ctl_report_desc) @@ -93,6 +92,7 @@ struct usb_ctl_report { int report; u_char data[1024]; /* used data size will vary */ }; +.Ed .It Dv USB_SET_REPORT (struct usb_ctl_report) Set a report in the device. The @@ -104,7 +104,6 @@ It should be or .Dv UHID_FEATURE_REPORT . This call may fail if the device does not support this feature. -.Ed .El .Pp Use |