Module Name: src Committed By: skrll Date: Mon Jun 29 16:20:14 UTC 2015
Modified Files: src/share/man/man9: usbdi.9 Log Message: Typos To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/share/man/man9/usbdi.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/usbdi.9 diff -u src/share/man/man9/usbdi.9:1.29 src/share/man/man9/usbdi.9:1.30 --- src/share/man/man9/usbdi.9:1.29 Thu Sep 26 16:18:52 2013 +++ src/share/man/man9/usbdi.9 Mon Jun 29 16:20:14 2015 @@ -1,4 +1,4 @@ -.\" $NetBSD: usbdi.9,v 1.29 2013/09/26 16:18:52 skrll Exp $ +.\" $NetBSD: usbdi.9,v 1.30 2015/06/29 16:20:14 skrll Exp $ .\" .\" Copyright (c) 2012 Matthew R. Green .\" All rights reserved. @@ -54,7 +54,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd September 26, 2013 +.Dd June 29, 2015 .Dt USBDI 9 .Os .Sh NAME @@ -187,7 +187,7 @@ .Ft usbd_status .Fn usbd_get_string "usbd_device_handle iface" "int si" "char *buf" .Ft usbd_status -.Fn usbd_get_string0 "usbd_device_handle iface" "int" si "char *buf" \ +.Fn usbd_get_string0 "usbd_device_handle iface" "int si" "char *buf" \ "int unicode" .Ft void .Fn usb_desc_iter_init "usbd_device_handle iface" "usbd_desc_iter_t *iter" @@ -224,7 +224,7 @@ through .Ft usbd_status .Fn usbd_set_address "usbd_device_handle dev" "int addr" .Ft usbd_status -.Fn usbd_get_port_status "usbd_device_handle dev" "intp ort" "usb_port_status_t *ps" +.Fn usbd_get_port_status "usbd_device_handle dev" "int port" "usb_port_status_t *ps" .Ft usbd_status .Fn usbd_set_hub_feature "usbd_device_handle dev" "int sel" .Ft usbd_status @@ -244,7 +244,7 @@ through .Ft struct usb_hid_descriptor * .Fn usbd_get_hid_descriptor "usbd_interface_handle ifc" .Ft usbd_status -.Fn usbd_set_report "usbd_interface_handle iface" "nt type" "int id" "void *data" "int len" +.Fn usbd_set_report "usbd_interface_handle iface" "int type" "int id" "void *data" "int len" .Ft usbd_status .Fn usbd_set_report_async "usbd_interface_handle iface" "int type" "int id" "void *data" "int len" .Ft usbd_status