Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 fix a broken sentence. bump date.
details: https://anonhg.NetBSD.org/src/rev/4faba9a568c2
branches: trunk
changeset: 779256:4faba9a568c2
user: mrg <mrg%NetBSD.org@localhost>
date: Sun May 13 19:29:59 2012 +0000
description:
fix a broken sentence. bump date.
diffstat:
share/man/man9/usbdi.9 | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diffs (31 lines):
diff -r ba7cf9aade69 -r 4faba9a568c2 share/man/man9/usbdi.9
--- a/share/man/man9/usbdi.9 Sun May 13 17:08:31 2012 +0000
+++ b/share/man/man9/usbdi.9 Sun May 13 19:29:59 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: usbdi.9,v 1.12 2012/05/13 12:10:18 mlelstv Exp $
+.\" $NetBSD: usbdi.9,v 1.13 2012/05/13 19:29:59 mrg 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 May 12, 2012
+.Dd May 13, 2012
.Dt USBDI 9
.Os
.Sh NAME
@@ -306,10 +306,8 @@
.Fn usbd_close_pipe
functions.
It is common to have more than one pipe per device.
-Pipes are used to allocate
-.Va usbd_xfer_handle
-is required to
-Transfers are aborted via their parent pipe with
+Transfers are associated with a pipe at their creation time.
+Transfers are aborted via this pipe with
.Fn usbd_abort_pipe .
The
.Fn usbd_clear_endpoint_stall
Home |
Main Index |
Thread Index |
Old Index