diff -r c14c186fadd3 man/en/virt-image-xml.pod --- a/man/en/virt-image-xml.pod Fri Aug 24 13:01:27 2007 -0700 +++ b/man/en/virt-image-xml.pod Mon Aug 27 14:07:02 2007 +0900 @@ -6,7 +6,7 @@ virt-image - Format of the virtual image =head1 DESCRIPTION -L relies on an XML descriptior to create virtual machines from +L relies on an XML descriptor to create virtual machines from virtual machine images. In general, a virtual machine image consists of the XML descriptor (usually in a file F) and a number of files for the virtual machine's disks. @@ -87,13 +87,13 @@ recommended amount of memory in kB in th recommended amount of memory in kB in the B element. It also indicates whether the virtual machine should have a network interface through the I element and whether the virtual machine has a -grphical interface through the I element. +graphical interface through the I element. =head2 BOOT Each B descriptor details how the virtual machine should be started on a certain hypervisor. The B attribute of the B element, -which can either be C or C, dpeending on whether the boot +which can either be C or C, depending on whether the boot descriptor is for a paravirtualized Xen(tm) guest or a fully-virtualized guest. @@ -141,7 +141,7 @@ elements appear, skipping already assign =head1 STORAGE -The B element lists the disk image files that are part ofthe +The B element lists the disk image files that are part of the virtual machine image in a list of one or more B elements. Each B element can contain the following attributes: @@ -149,7 +149,7 @@ B element can contain the followin =item * -the B attribute givingthe name of the disk file +the B attribute giving the name of the disk file =item * @@ -217,7 +217,7 @@ To create a virtual machine, save the ab =head1 AUTHOR -Writen by David Lutterkort. See the AUTHORS file in the source distribution for +Written by David Lutterkort. See the AUTHORS file in the source distribution for the complete list of credits. =head1 BUGS @@ -228,7 +228,7 @@ C product, and the C. There is NO WARRANTY, to the extent permitted by law. diff -r c14c186fadd3 man/en/virt-image.1 --- a/man/en/virt-image.1 Fri Aug 24 13:01:27 2007 -0700 +++ b/man/en/virt-image.1 Mon Aug 27 14:04:49 2007 +0900 @@ -151,7 +151,7 @@ disks. .SH "OPTIONS" .IX Header "OPTIONS" Any of the options can be omitted, in which case \fBvirt-image\fR will either -use defaults from the \s-1XML\s0 descriptor or interactivately prompt for input as +use defaults from the \s-1XML\s0 descriptor or interactively prompt for input as required. When defaults are taken from the \s-1XML\s0 descriptor, they are indicated below as a path. .IP "\-h, \-\-help" 4 @@ -242,7 +242,7 @@ do not create or start a virtual machine .Ve .SH "AUTHOR" .IX Header "AUTHOR" -Writen by David Lutterkort. See the \s-1AUTHORS\s0 file in the source distribution for +Written by David Lutterkort. See the \s-1AUTHORS\s0 file in the source distribution for the complete list of credits. .SH "BUGS" .IX Header "BUGS" @@ -251,7 +251,7 @@ or directly to BugZilla \f(CW\*(C`http:/ \&\f(CW\*(C`Fedora\*(C'\fR product, and the \f(CW\*(C`python\-virtinst\*(C'\fR component. .SH "COPYRIGHT" .IX Header "COPYRIGHT" -Copright (C) 2006\-2007 Red Hat, Inc, and various contributors. +Copyright (C) 2006\-2007 Red Hat, Inc, and various contributors. This is free software. You may redistribute copies of it under the terms of the \s-1GNU\s0 General Public License \f(CW\*(C`http://www.gnu.org/licenses/gpl.html\*(C'\fR. There is \s-1NO\s0 \s-1WARRANTY\s0, to the extent permitted by law. diff -r c14c186fadd3 man/en/virt-image.5 --- a/man/en/virt-image.5 Fri Aug 24 13:01:27 2007 -0700 +++ b/man/en/virt-image.5 Mon Aug 27 14:04:09 2007 +0900 @@ -134,7 +134,7 @@ virt\-image \- Format of the virtual ima virt\-image \- Format of the virtual image XML descriptor .SH "DESCRIPTION" .IX Header "DESCRIPTION" -\&\fIvirt\-image\fR\|(1) relies on an \s-1XML\s0 descriptior to create virtual machines from +\&\fIvirt\-image\fR\|(1) relies on an \s-1XML\s0 descriptor to create virtual machines from virtual machine images. In general, a virtual machine image consists of the \&\s-1XML\s0 descriptor (usually in a file \fIimage.xml\fR) and a number of files for the virtual machine's disks. @@ -197,12 +197,12 @@ recommended amount of memory in kB in th recommended amount of memory in kB in the \fBmemory\fR element. It also indicates whether the virtual machine should have a network interface through the \fIinterface\fR element and whether the virtual machine has a -grphical interface through the \fIgraphics\fR element. +graphical interface through the \fIgraphics\fR element. .Sh "\s-1BOOT\s0" .IX Subsection "BOOT" Each \fBboot\fR descriptor details how the virtual machine should be started on a certain hypervisor. The \fBtype\fR attribute of the \fBboot\fR element, -which can either be \f(CW\*(C`xen\*(C'\fR or \f(CW\*(C`hvm\*(C'\fR, dpeending on whether the boot +which can either be \f(CW\*(C`xen\*(C'\fR or \f(CW\*(C`hvm\*(C'\fR, depending on whether the boot descriptor is for a paravirtualized Xen(tm) guest or a fully-virtualized guest. .PP @@ -242,11 +242,11 @@ elements appear, skipping already assign elements appear, skipping already assigned devices. .SH "STORAGE" .IX Header "STORAGE" -The \fBstorage\fR element lists the disk image files that are part ofthe +The \fBstorage\fR element lists the disk image files that are part of the virtual machine image in a list of one or more \fBdisk\fR elements. Each \&\fBdisk\fR element can contain the following attributes: .IP "\(bu" 4 -the \fBfile\fR attribute givingthe name of the disk file +the \fBfile\fR attribute giving the name of the disk file .IP "\(bu" 4 the \fBuse\fR attribute indicating whether the disk file is a \f(CW\*(C`system\*(C'\fR, \&\f(CW\*(C`user\*(C'\fR, or \f(CW\*(C`scratch\*(C'\fR disk. The \fBuse\fR attribute differentiates disk files @@ -308,7 +308,7 @@ To create a virtual machine, save the ab .Ve .SH "AUTHOR" .IX Header "AUTHOR" -Writen by David Lutterkort. See the \s-1AUTHORS\s0 file in the source distribution for +Written by David Lutterkort. See the \s-1AUTHORS\s0 file in the source distribution for the complete list of credits. .SH "BUGS" .IX Header "BUGS" @@ -317,7 +317,7 @@ or directly to BugZilla \f(CW\*(C`http:/ \&\f(CW\*(C`Fedora\*(C'\fR product, and the \f(CW\*(C`python\-virtinst\*(C'\fR component. .SH "COPYRIGHT" .IX Header "COPYRIGHT" -Copright (C) 2006\-2007 Red Hat, Inc, and various contributors. +Copyright (C) 2006\-2007 Red Hat, Inc, and various contributors. This is free software. You may redistribute copies of it under the terms of the \s-1GNU\s0 General Public License \f(CW\*(C`http://www.gnu.org/licenses/gpl.html\*(C'\fR. There is \s-1NO\s0 \s-1WARRANTY\s0, to the extent permitted by law. diff -r c14c186fadd3 man/en/virt-image.pod --- a/man/en/virt-image.pod Fri Aug 24 13:01:27 2007 -0700 +++ b/man/en/virt-image.pod Mon Aug 27 14:05:21 2007 +0900 @@ -25,7 +25,7 @@ disks. =head1 OPTIONS Any of the options can be omitted, in which case B will either -use defaults from the XML descriptor or interactivately prompt for input as +use defaults from the XML descriptor or interactively prompt for input as required. When defaults are taken from the XML descriptor, they are indicated below as a path. @@ -136,7 +136,7 @@ do not create or start a virtual machine =head1 AUTHOR -Writen by David Lutterkort. See the AUTHORS file in the source distribution for +Written by David Lutterkort. See the AUTHORS file in the source distribution for the complete list of credits. =head1 BUGS @@ -147,7 +147,7 @@ C product, and the C. There is NO WARRANTY, to the extent permitted by law.