Fix markups.

This commit is contained in:
Xin LI 2014-07-17 23:23:01 +00:00
parent 1afc6e14b2
commit 61c320f033
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