Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Sort macros, add comma in enumeration.
details: https://anonhg.NetBSD.org/src/rev/1c99a9943a62
branches: trunk
changeset: 762748:1c99a9943a62
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Feb 27 06:24:27 2011 +0000
description:
Sort macros, add comma in enumeration.
diffstat:
share/man/man4/flash.4 | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (40 lines):
diff -r f1ce82868f61 -r 1c99a9943a62 share/man/man4/flash.4
--- a/share/man/man4/flash.4 Sun Feb 27 06:02:07 2011 +0000
+++ b/share/man/man4/flash.4 Sun Feb 27 06:24:27 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: flash.4,v 1.2 2011/02/26 18:07:17 ahoka Exp $
+.\" $NetBSD: flash.4,v 1.3 2011/02/27 06:24:27 wiz Exp $
.\"
.\" Copyright (c) 2010 Department of Software Engineering,
.\" University of Szeged, Hungary
@@ -47,23 +47,23 @@
operations are supported on
.Pa /dev/flash :
.Bl -tag -width indent
-.It Dv FLASH_ERASE_BLOCK (struct flash_erase_params)
-This command erases one or more blocks.
-.It Dv FLASH_DUMP (struct flash_dump_params)
-This command dumps a block.
-.It Dv FLASH_GET_INFO (struct flash_info_params)
-This command aquires information aboout the flash device.
.It Dv FLASH_BLOCK_ISBAD (struct flash_badblock_params)
This command checks if a block is marked as bad.
.It Dv FLASH_BLOCK_MARKBAD (struct flash_badblock_params)
This command marks a block as bad.
+.It Dv FLASH_DUMP (struct flash_dump_params)
+This command dumps a block.
+.It Dv FLASH_ERASE_BLOCK (struct flash_erase_params)
+This command erases one or more blocks.
+.It Dv FLASH_GET_INFO (struct flash_info_params)
+This command aquires information aboout the flash device.
.El
.Sh FILES
.Bl -tag -width /dev/flash -compact
.It Pa /dev/flash
.El
.Sh SEE ALSO
-.Xr flash 9
+.Xr flash 9 ,
.Xr nand 9
.Sh AUTHORS
.An Adam Hoka Aq ahoka%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index