shithub: riscv

Download patch

ref: 7432617f6a2ed3698d2d54abd3ebfde6b4407184
parent: 5870aeaa39a1e2c2d7988797dd3e7a5ea68d747b
author: cinap_lenrek <cinap_lenrek@localhost>
date: Fri Aug 26 02:45:52 EDT 2011

usb(3): usb(2) -> nusb(2)

--- a/sys/man/3/usb
+++ b/sys/man/3/usb
@@ -175,7 +175,7 @@
 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 @@
 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 @@
 .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
--