Module Name: othersrc
Committed By: wiz
Date: Sat Jan 7 11:06:56 UTC 2012
Modified Files:
othersrc/external/bsd/vmdk/dist: vmdk.8
Log Message:
Remove trailing whitespace. Remove Pp before section.
Sort sections. Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/vmdk/dist/vmdk.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/vmdk/dist/vmdk.8
diff -u othersrc/external/bsd/vmdk/dist/vmdk.8:1.1.1.1 othersrc/external/bsd/vmdk/dist/vmdk.8:1.2
--- othersrc/external/bsd/vmdk/dist/vmdk.8:1.1.1.1 Sat Jan 7 03:11:15 2012
+++ othersrc/external/bsd/vmdk/dist/vmdk.8 Sat Jan 7 11:06:56 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: vmdk.8,v 1.1.1.1 2012/01/07 03:11:15 agc Exp $
+.\" $NetBSD: vmdk.8,v 1.2 2012/01/07 11:06:56 wiz Exp $
.\"
.\" Copyright (c) 2012 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -38,17 +38,17 @@
.Sh DESCRIPTION
The
.Nm
-creates and manages VMDK vistual disk images.
+creates and manages VMDK virtual disk images.
These images can be sparse, and allow a much
larger virtual disk to be built up from smaller disk extents.
It uses
.Xr libvmdk 3
to generate and list the VMDK information.
The information in the VMDK extents can be listed using the
-.Fl Ar l
+.Fl Ar l
argument.
To generate a new, sparse VMDK descriptor and extents,
-the
+the
.Fl s Ar size
argument is used.
The size can either be given in bytes, or as
@@ -61,7 +61,11 @@ suffix, accordingly.
To convert from an existing file, the
.Fl f Ar filename
argument is used.
-.Pp
+.Sh EXIT STATUS
+The
+.Nm
+utility will return 0 for success,
+and 1 otherwise.
.Sh EXAMPLES
To generate a new image called
.Dq new128m
@@ -69,7 +73,7 @@ consisting of 128MiB:
.Bd -literal
% vmdk -s 128m new128m
[new128m.vmdk 134217728 bytes]
-% vmdk -l new128m-s001.vmdk
+% vmdk -l new128m-s001.vmdk
magicNumber: 0x564d444b
version: 1
flags: 0x000003
@@ -97,7 +101,7 @@ Converting an existing file is accomplis
128+0 records out
134217728 bytes transferred in 2.269 secs (59152810 bytes/sec)
% vmdk -f flat128m vmdkflat128m
-% vmdk -l vmdkflat128m.vmdk
+% vmdk -l vmdkflat128m.vmdk
magicNumber: 0x564d444b
version: 1
flags: 0x000003
@@ -118,7 +122,7 @@ compressAlgorithm: 0000
% ls -l
-rw-r--r-- 1 agc agc 134217728 Jan 1 10:28 flat128m
-rw-r--r-- 1 agc agc 134218752 Jan 1 10:28 vmdkflat128m.vmdk
-% od -c vmdkflat128m.vmdk
+% od -c vmdkflat128m.vmdk
0000000 K D M V 001 \e0 \e0 \e0 003 \e0 \e0 \e0 \e0 \e0 004 \e0
0000020 \e0 \e0 \e0 \e0 200 \e0 \e0 \e0 \e0 \e0 \e0 \e0 \e0 \e0 \e0 \e0
0000040 \e0 \e0 \e0 \e0 \e0 \e0 \e0 \e0 \e0 \e0 \e0 \e0 \e0 002 \e0 \e0
@@ -135,13 +139,13 @@ compressAlgorithm: 0000
0001140 E x t e n t d e s c r i p t
0001160 i o n \en R W 2 6 2 1 4 4 S P
0001200 A R S E " v m d k f l a t 1 2
-0001220 8 m . v m d k " \en \en # T h e
+0001220 8 m . v m d k " \en \en # T h e
0001240 D i s k D a t a B a s e \en #
0001260 D D B \en \en d d b . a d a p t e r
0001300 T y p e = " i d e " \en d d
0001320 b . g e o m e t r y . s e c t o
0001340 r s = " 6 3 " \en d d b . g
-0001360 e o m e t r y . h e a d s =
+0001360 e o m e t r y . h e a d s =
0001400 " 1 6 " \en d d b . g e o m e t
0001420 r y . c y l i n d e r s = "
0001440 2 6 0 " \en d d b . v i r t u a l
@@ -151,11 +155,6 @@ compressAlgorithm: 0000
1000002000
%
.Ed
-.Sh EXIT STATUS
-The
-.Nm
-utility will return 0 for success,
-and 1 otherwise.
.Sh SEE ALSO
.Xr libvmdk 3
.Sh HISTORY