Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2012 11:45:57 +0000 (UTC)
From:      Joel Dahl <joel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r235543 - head/usr.sbin/nandtool
Message-ID:  <201205171145.q4HBjv0w097166@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joel (doc committer)
Date: Thu May 17 11:45:56 2012
New Revision: 235543
URL: http://svn.freebsd.org/changeset/base/235543

Log:
  Minor mdoc fixes.

Modified:
  head/usr.sbin/nandtool/nandtool.8

Modified: head/usr.sbin/nandtool/nandtool.8
==============================================================================
--- head/usr.sbin/nandtool/nandtool.8	Thu May 17 11:29:22 2012	(r235542)
+++ head/usr.sbin/nandtool/nandtool.8	Thu May 17 11:45:56 2012	(r235543)
@@ -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 numb
 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 numb
 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
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205171145.q4HBjv0w097166>