git: 9front

Download patch

ref: 1ea0b342c5a77a81cbfe86bad6a854d2e12fdb36
parent: b499c1817ec8fa851b03536b075e9ed68e93e146
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
--