1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

Fix markups.

This commit is contained in:
Xin LI 2014-07-17 23:23:01 +00:00
parent 1afc6e14b2
commit 61c320f033
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268818
2 changed files with 2 additions and 2 deletions

View File

@ -391,7 +391,7 @@ If
is
.Pf non- Dv NULL ,
only the
.Pf uio_resid
.Fa uio_resid
of
.Fa uio
is used.

View File

@ -507,7 +507,7 @@ This flag causes a failing USB transfer to remain first in the PIPE
queue except in the case of "xfer->error" equal to
"USB_ERR_CANCELLED". No other USB transfers in the affected PIPE queue
will be started until either:
.Bl -tag -width "1"
.Bl -tag -width "X"
.It 1
The failing USB transfer is stopped using "usbd_transfer_stop()".
.It 2