summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-05-17 11:45:56 +0000
committerjoel <joel@FreeBSD.org>2012-05-17 11:45:56 +0000
commitb856fbd1db82f49592bd3383eb434aa3bd267328 (patch)
treead784dbef0c1ab3a6ae9d415c1b7ddccfea22abb /usr.sbin
parentb7cd9ae8800ae9b80f18379f93bb1498e2d523d1 (diff)
downloadFreeBSD-src-b856fbd1db82f49592bd3383eb434aa3bd267328.zip
FreeBSD-src-b856fbd1db82f49592bd3383eb434aa3bd267328.tar.gz
Minor mdoc fixes.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/nandtool/nandtool.816
1 files changed, 6 insertions, 10 deletions
diff --git a/usr.sbin/nandtool/nandtool.8 b/usr.sbin/nandtool/nandtool.8
index 2cc4588..7399757 100644
--- a/usr.sbin/nandtool/nandtool.8
+++ b/usr.sbin/nandtool/nandtool.8
@@ -62,7 +62,6 @@ Write OOB area bound to specified page.
Get usage info.
.El
.Sh COMMAND read
-.Pp
The following operands are available for
.Nm
.Cm read
@@ -87,13 +86,11 @@ to page granularity).
Count of objects (pages, blocks, bytes).
.El
.Sh COMMAND readoob
-.Bl -tag -width ".Cm of Ns = Ns Ar file"
-.Pp
The following operands are available for
.Nm
.Cm readoob
command:
-.Pp
+.Bl -tag -width ".Cm of Ns = Ns Ar file"
.It Cm dev Ns = Ns Ar <path>
Path to NAND device node.
.It Cm page Ns = Ns Ar <n>
@@ -102,11 +99,11 @@ Offset on device, expressed as page number.
Output file path, optional.
.El
.Sh COMMAND write
-.Bl -tag -width ".Cm of Ns = Ns Ar file"
The following operands are available for
.Nm
.Cm write
command:
+.Bl -tag -width ".Cm of Ns = Ns Ar file"
.It Cm dev Ns = Ns Ar <path>
Path to NAND device node.
.It Cm page Ns = Ns Ar <n>
@@ -120,11 +117,11 @@ to page granularity).
Input file path.
.El
.Sh COMMAND writeoob
-.Bl -tag -width ".Cm of Ns = Ns Ar file"
The following operands are available for
.Nm
.Cm writeoob
command:
+.Bl -tag -width ".Cm of Ns = Ns Ar file"
.It Cm dev Ns = Ns Ar <path>
Path to NAND device node.
.It Cm page Ns = Ns Ar <n>
@@ -133,11 +130,11 @@ Offset on device, expressed as page number.
Input file path.
.El
.Sh COMMAND erase
-.Bl -tag -width ".Cm of Ns = Ns Ar file"
The following operands are available for
.Nm
.Cm erase
command:
+.Bl -tag -width ".Cm of Ns = Ns Ar file"
.It Cm dev Ns = Ns Ar <path>
Path to NAND device node.
.It Cm page Ns = Ns Ar <n>
@@ -155,21 +152,20 @@ WARNING: The only required parameter for the \fBerase\fP command is
.Ar dev .
When no other arguments are provided the whole device is erased!
.Sh COMMAND info
-.Bl -tag -width ".Cm of Ns = Ns Ar file"
There is only one operand available for
.Nm
.Cm info
command:
+.Bl -tag -width ".Cm of Ns = Ns Ar file"
.It Cm dev Ns = Ns Ar <path>
Path to NAND device node.
.El
.Sh COMMAND help
-.Bl -tag -width ".Cm of Ns = Ns Ar file"
There is only one operand available for
.Nm
.Cm help
command:
-.Pp
+.Bl -tag -width ".Cm of Ns = Ns Ar file"
.It Cm topic Ns = Ns Ar <name>
Help topic.
.El
OpenPOWER on IntegriCloud