Update mark-up

This commit is contained in:
pgoyette 2015-05-04 06:14:47 +00:00
parent f45869d2bd
commit 1921a9a8e3
1 changed files with 6 additions and 7 deletions

View File

@ -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 about the
.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.