Module Name:    src
Committed By:   pgoyette
Date:           Mon May  4 06:14:47 UTC 2015

Modified Files:
        src/share/man/man4: dm.4

Log Message:
Update mark-up


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/dm.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/dm.4
diff -u src/share/man/man4/dm.4:1.6 src/share/man/man4/dm.4:1.7
--- src/share/man/man4/dm.4:1.6	Mon Oct 27 16:18:38 2014
+++ src/share/man/man4/dm.4	Mon May  4 06:14:47 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dm.4,v 1.6 2014/10/27 16:18:38 wiz Exp $
+.\"	$NetBSD: dm.4,v 1.7 2015/05/04 06:14:47 pgoyette Exp $
 .\"
 .\" Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
-.Dd August 30, 2008
+.Dd April 4, 2015
 .Dt DM 4
 .Os
 .Sh NAME
@@ -101,17 +101,16 @@ An example for such a line is:
 0 10240 linear /dev/wd1a 384
 .Ed
 .Pp
-.Nm
 The first parameter is the start sector for the table defined with
 this line, the second is the length in sectors which is described
 with this table.
 The third parameter is the target name.
 All other parts of this line depend on the chosen target.
-.Nm
+.Pp
 For the linear target, there are two additional parameters:
-The first parameter describes the disk device to which the
+The fourth parameter describes the disk device to which the
 device-mapper disk is mapped.
-The second parameter is the offset on this disk from the start of
+The fifth parameter is the offset on this disk from the start of
 the disk/partition.
 .Sh SEE ALSO
 .Xr config 1 ,
@@ -138,4 +137,4 @@ provided guidance and answered questions
 .Nx
 implementation.
 .Sh BUGS
-This driver is still work-in-progress\(emthere can be bugs.
+This driver is still a work-in-progress \(em there can be bugs.

Reply via email to