Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/95c315bb632e
branches:  trunk
changeset: 779303:95c315bb632e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu May 17 07:28:29 2012 +0000

description:
Remove trailing whitespace.

diffstat:

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

diffs (59 lines):

diff -r 90e4caba4407 -r 95c315bb632e share/man/man9/usbdi.9
--- a/share/man/man9/usbdi.9    Thu May 17 02:58:14 2012 +0000
+++ b/share/man/man9/usbdi.9    Thu May 17 07:28:29 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: usbdi.9,v 1.14 2012/05/17 02:58:14 mrg Exp $
+.\"    $NetBSD: usbdi.9,v 1.15 2012/05/17 07:28:29 wiz Exp $
 .\"
 .\" Copyright (c) 2012 Matthew R. Green
 .\" All rights reserved.
@@ -317,13 +317,13 @@
 bulk fashion, and are front-ends to the
 .Fn usbd_setup_xfer ,
 .Fn usbd_transfer
-and 
+and
 .Fn usbd_get_xfer_status ,
 as well as associated error handling.
 .\" XXX describe args to usbd_get_xfer_status
 Transfers are associated with a pipe at their creation time.
 Transfers are aborted via this pipe with
-.Fn usbd_abort_pipe 
+.Fn usbd_abort_pipe
 and
 .Fn usbd_abort_default_pipe .
 The
@@ -405,14 +405,14 @@
 .\"  "uint8_t flags" "usbd_pipe_handle *pipe" \
 .\"  "usbd_private_handle priv" "void *buffer" \
 .\"  "uint32_t length" "usbd_callback"
-.\" 
+.\"
 .\" .Fn usbd_interface2endpoint_descriptor "usbd_interface_handle iface" \
 .\"  "uint8_t address"
 .\" .Fn usbd_endpoint_count "usbd_interface_handle dev" "uint8_t *count"
 .\" .Fn usbd_interface_count "usbd_device_handle dev" "uint8_t *count"
 .\" .Fn usbd_interface2device_handle "usbd_interface_handle iface" "usbd_device_handle *dev"
 .\" .Fn usbd_device2interface_handle "usbd_device_handle dev" "uint8_t ifaceno" "usbd_interface_handle *iface"
-.\" 
+.\"
 .\" .Fn usbd_alloc_buffer "usbd_xfer_handle req" "uint32_t size"
 .\" .Fn usbd_free_buffer "usbd_xfer_handle req"
 .\" .Fn usbd_get_buffer "usbd_xfer_handle xfer"
@@ -435,13 +435,13 @@
 .\"  "int endptidx"
 .\" .Fn usbd_dopoll "usbd_interface_handle iface"
 .\" .Fn usbd_set_polling" usbd_device_handle iface" "int val"
-.\" 
+.\"
 .\" .Fn usbd_add_dev_event "int type" "usbd_device_handle iface"
 .\" .Fn usbd_add_drv_event "int type" "usbd_device_handle iface" "device_t dv"
-.\" 
+.\"
 .\" .Fn usbd_devinfo_alloc "usbd_device_handle iface" "int showclass"
 .\" .Fn usbd_devinfo_free "char *str"
-.\" 
+.\"
 .\" .Fn usbd_get_quirks "usbd_device_handle iface"
 .\" .Fn usbd_get_endpoint_descriptor "usbd_interface_handle dev" \
 .\"  "u_int8_t address"



Home | Main Index | Thread Index | Old Index