diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-26 06:45:52 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-26 06:45:52 +0200 |
commit | 7432617f6a2ed3698d2d54abd3ebfde6b4407184 (patch) | |
tree | 2fa6a55c06381170fb7cb100da92c48d568aca43 | |
parent | 5870aeaa39a1e2c2d7988797dd3e7a5ea68d747b (diff) | |
download | plan9front-7432617f6a2ed3698d2d54abd3ebfde6b4407184.tar.xz |
usb(3): usb(2) -> nusb(2)
-rw-r--r-- | sys/man/3/usb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/3/usb b/sys/man/3/usb index c69129c1c..15d2c861c 100644 --- a/sys/man/3/usb +++ b/sys/man/3/usb @@ -175,7 +175,7 @@ In most cases, the correct course of action after noticing the stall is for the device driver to issue a `clear halt' request (see .I unstall in -.IR usb (2)) +.IR nusb (2)) to resume I/O. The most common error is .L crc/timeout @@ -348,7 +348,7 @@ In most cases the driver does not issue them, leaving the task to either .IR usbd or the usb driver library documented in -.IR usb (2). +.IR nusb (2). .TF "\fLsamplehz\fI n .TP .B detach @@ -521,7 +521,7 @@ root of the USB interface .br .B /sys/src/9/pc/usb?hci.c .SH "SEE ALSO" -.IR usb (2), +.IR nusb (2), .IR nusb (4), .IR plan9.ini (8) .SH BUGS |