Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Typos



details:   https://anonhg.NetBSD.org/src/rev/54057211601c
branches:  trunk
changeset: 809286:54057211601c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jun 29 16:20:14 2015 +0000

description:
Typos

diffstat:

 share/man/man9/usbdi.9 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 92aca3e50147 -r 54057211601c share/man/man9/usbdi.9
--- a/share/man/man9/usbdi.9    Mon Jun 29 15:44:45 2015 +0000
+++ b/share/man/man9/usbdi.9    Mon Jun 29 16:20:14 2015 +0000
@@ -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 @@
 .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 @@
 .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



Home | Main Index | Thread Index | Old Index