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/flash | |
parent | af42c4f4816c84772533ee7f47ffaafd33abeb22 (diff) |
fix manpage references
Diffstat (limited to 'sys/man/3/flash')
-rw-r--r-- | sys/man/3/flash | 10 |
1 files changed, 1 insertions, 9 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) |