Fix minor typos

(cherry picked from commit adbf1bc320)
This commit is contained in:
Yuri Chornoivan
2018-06-24 10:57:53 +03:00
committed by Richard W.M. Jones
parent 7ae5283960
commit d626bc1294
3 changed files with 5 additions and 5 deletions

View File

@@ -1874,7 +1874,7 @@ of a disk image. It may or may not apply in your use case. Read
L</CVE-2010-3851> below.
Libguestfs offers an API to get the format of a disk image
(L</guestfs_disk_format>, and it is safest to use this.
(L</guestfs_disk_format>), and it is safest to use this.
I<Dont> be tempted to try parsing the text / human-readable output of
C<qemu-img> since it cannot be parsed reliably and securely. Also do

View File

@@ -20,7 +20,7 @@ including an xml description of the machine.
virt-p2v-make-kiwi builds a folder containing all the pieces needed for
kiwi to build a bootable P2V live CD ISO, USB key, or PXE image. This tool
only builds the kiwi configuration, but this manual page describes some of
the ways you can use the kickstart file.
the ways you can use the kiwi configuration.
=head1 BUILDING THE KIWI CONFIGURATION

View File

@@ -1372,7 +1372,7 @@ C<@> character in the form of its ascii hex-code (C<%5c>):
=head2 OVA: IMPORTING A GUEST
To import an OVA file called F<VM.ova>, do;
To import an OVA file called F<VM.ova>, do:
$ virt-v2v -i ova VM.ova -o local -os /var/tmp
@@ -1482,8 +1482,8 @@ any vmdk disks.
=head1 INPUT FROM VMWARE ESXi HYPERVISOR
You should use the OVA or VMX methods above (see L</INPUT FROM VMWARE
OVA> and/or L</INPUT FROM VMWARE VMX>) if possible, as it is much
faster and requires much less disk space than the method described in
OVA> and/or L</INPUT FROM VMWARE VMX>) if possible, as they are much
faster and require much less disk space than the method described in
this section.
You can use the L<virt-v2v-copy-to-local(1)> tool to copy the guest