diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-12 08:43:36 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-12 08:43:36 +0100 |
commit | 36d2092a3330692c43f33ef4e05edc997c05ecad (patch) | |
tree | 4d9d26469d8b6aee5a32ef16ee67d82b17d5e72e /sys/man/3 | |
parent | af42c4f4816c84772533ee7f47ffaafd33abeb22 (diff) |
fix manpage references
Diffstat (limited to 'sys/man/3')
-rw-r--r-- | sys/man/3/flash | 10 | ||||
-rw-r--r-- | sys/man/3/usb | 8 |
2 files changed, 5 insertions, 13 deletions
diff --git a/sys/man/3/flash b/sys/man/3/flash index 11150d7d1..fba365fee 100644 --- a/sys/man/3/flash +++ b/sys/man/3/flash @@ -20,12 +20,6 @@ Both NOR and NAND flash is supported. For both types of flash, the driver gives a read/write/erase interface to the raw flash device, which can impose constraints on operations beyond those imposed by the driver. -Other drivers such as -.IR ftl (3) -or -.IR logfs (3) -implement any higher-level format required, -including ECC for NAND flash, for instance. .PP The top level directory contains a single directory named .B flash @@ -157,9 +151,7 @@ The syntax of all numbers is that of .IR atof (2)); the default base is 10. .SH SOURCE -.B /sys/src/*/devflash.c -.br -.B /sys/src/*/flash*.c +.B /sys/src/9/*/devflash.c .SH SEE ALSO .IR flashfs (4), .IR paqfs (4) diff --git a/sys/man/3/usb b/sys/man/3/usb index a28da7ad3..5cf446293 100644 --- a/sys/man/3/usb +++ b/sys/man/3/usb @@ -115,7 +115,7 @@ After configuring a device, other endpoints may be created as dictated by the device to perform actual I/O. .SS Operation Bus enumeration and device configuration is performed by -.IR usbd +.I usbd and not by this driver. The driver provides an interface to access existing endpoints (initially those for the built-in root hubs), @@ -212,7 +212,7 @@ storage csp 0x500608 vid 0x951 did 0x1613 Kingston 'DT 101 II' .LP The first line contains status information. The rest is information supplied by -.IR usbd +.I usbd as an aid to locate devices. The status information includes: .TF "\fREndpoint mode @@ -346,7 +346,7 @@ USB class, subclass and proto codes can be found at Endpoint control files accept the following requests. In most cases the driver does not issue them, leaving the task to either -.IR usbd +.I usbd or the usb driver library documented in .IR nusb (2). .TF "\fLsamplehz\fI n @@ -408,7 +408,7 @@ Replaces description information in .B ctl with .IR string . -.IR Usbd (4) +.I Usbd uses this to add device descriptions. .TP .B address |