summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2011-02-27 23:28:12 +0000
committerwiz <wiz@NetBSD.org>2011-02-27 23:28:12 +0000
commit3a87cd06ccc8e3d4a766f4d3944eda37cecc53e2 (patch)
tree8838b39e5e36a9cf99722d530cf6aaf5c4d13b22
parent75a3c5fb1423aa1dc3e02162508b97fb97ec8395 (diff)
Fix a typo, sort commands.
-rw-r--r--usr.sbin/flashctl/flashctl.822
1 files changed, 11 insertions, 11 deletions
diff --git a/usr.sbin/flashctl/flashctl.8 b/usr.sbin/flashctl/flashctl.8
index 2cff15da83c..e2edef70f04 100644
--- a/usr.sbin/flashctl/flashctl.8
+++ b/usr.sbin/flashctl/flashctl.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: flashctl.8,v 1.1 2011/02/27 17:51:45 ahoka Exp $
+.\" $NetBSD: flashctl.8,v 1.2 2011/02/27 23:28:12 wiz Exp $
.\"
.\" Copyright (c) 2011 Department of Software Engineering,
.\" University of Szeged, Hungary
@@ -51,24 +51,23 @@ the command to perform, and any arguments the command may require.
.Sh DEVICE COMMANDS
The following commands may be used on flash devices:
.Bl -tag -width erase_offset_size
-.It Cm identify
-Identify the specified device, displaying the device's vendor, product
-strings, and the device's capabilities.
+.It Cm badblocks
+List the bad blocks on the device.
.It Cm erase Ar offset Ar size
Erase
.Ar size
-ammount of flash memory from
+amount of flash memory from
.Ar offset .
Size could be
.Ar all ,
which means the rest of the flash after
.Ar offset
-will be
-erased.
-.It Cm badblocks
-List the bad blocks on the device.
+will be erased.
+.It Cm identify
+Identify the specified device, displaying the device's vendor, product
+strings, and the device's capabilities.
.It Cm markbad Ar offset
-Mark the block given by it's
+Mark the block given by its
.Ar offset
as bad.
.El
@@ -82,4 +81,5 @@ command first appeared in
.Sh AUTHORS
The
.Nm
-command was written by Adam Hoka.
+command was written by
+.An Adam Hoka .