Remove any space characters that directly precede a newline character.
Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=1938954
Signed-off-by: Laszlo Ersek <lersek(a)redhat.com>
---
Notes:
I've verified in the rendered HTMLs that this whitespace stripping does
not break up indented blocks into smaller blocks -- the formatter keeps
runs of indented lines coalesced into indented blocks.
docs/virt-v2v-hacking.pod | 2 +-
docs/virt-v2v-input-vmware.pod | 10 ++++----
docs/virt-v2v.pod | 24 ++++++++++----------
3 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/docs/virt-v2v-hacking.pod b/docs/virt-v2v-hacking.pod
index 29b73fb6c3f8..da5e640d9c92 100644
--- a/docs/virt-v2v-hacking.pod
+++ b/docs/virt-v2v-hacking.pod
@@ -1,6 +1,6 @@
=head1 NAME
-virt-v2v-hacking -
+virt-v2v-hacking -
=head1 DESCRIPTION
diff --git a/docs/virt-v2v-input-vmware.pod b/docs/virt-v2v-input-vmware.pod
index ab2d28e41ff2..4f4af2a9d804 100644
--- a/docs/virt-v2v-input-vmware.pod
+++ b/docs/virt-v2v-input-vmware.pod
@@ -278,7 +278,7 @@ to list the guests on the server:
$ virsh -c 'vpx://root@vcenter.example.com/Datacenter/esxi' list --all
Enter root's password for
vcenter.example.com: ***
-
+
Id Name State
----------------------------------------------------
- Fedora 20 shut off
@@ -506,7 +506,7 @@ like this:
$ virsh -c 'vpx://root@vcenter.example.com/Datacenter/esxi' list --all
Enter root's password for
vcenter.example.com: ***
-
+
Id Name State
----------------------------------------------------
- Fedora 20 shut off
@@ -575,17 +575,17 @@ Enable (check) the following objects:
Datastore:
- Browse datastore
- Low level file operations
-
+
Sessions:
- Validate session
-
+
Virtual Machine:
Interaction:
- Guest operating system management by VIX API
Provisioning:
- Allow disk access
- Allow read-only disk access
-
+
Cryptographic operations:
- Decrypt
- Direct Access
diff --git a/docs/virt-v2v.pod b/docs/virt-v2v.pod
index d627734b0dc3..8849aae86394 100644
--- a/docs/virt-v2v.pod
+++ b/docs/virt-v2v.pod
@@ -830,23 +830,23 @@ installed. For some older Linux distributions, this means
installing
a kernel from the table below:
RHEL 3 (Does not apply, as there was no Xen PV kernel)
-
+
RHEL 4 i686 with > 10GB of RAM: install 'kernel-hugemem'
i686 SMP: install 'kernel-smp'
other i686: install 'kernel'
x86-64 SMP with > 8 CPUs: install 'kernel-largesmp'
x86-64 SMP: install 'kernel-smp'
other x86-64: install 'kernel'
-
+
RHEL 5 i686: install 'kernel-PAE'
x86-64: install 'kernel'
-
+
SLES 10 i586 with > 10GB of RAM: install 'kernel-bigsmp'
i586 SMP: install 'kernel-smp'
other i586: install 'kernel-default'
x86-64 SMP: install 'kernel-smp'
other x86-64: install 'kernel-default'
-
+
SLES 11+ i586: install 'kernel-pae'
x86-64: install 'kernel-default'
@@ -868,27 +868,27 @@ packages are installed I<before> conversion, by consulting the
table
below.
RHEL 3 No virtio drivers are available
-
+
RHEL 4 kernel >= 2.5.9-89.EL
lvm2 >= 2.02.42-5.el4
device-mapper >= 1.02.28-2.el4
selinux-policy-targeted >= 1.17.30-2.152.el4
policycoreutils >= 1.18.1-4.13
-
+
RHEL 5 kernel >= 2.6.18-128.el5
lvm2 >= 2.02.40-6.el5
selinux-policy-targeted >= 2.4.6-203.el5
-
+
RHEL 6+ All versions support virtio
-
+
Fedora All versions support virtio
-
+
SLES 11+ All versions support virtio
-
+
SLES 10 kernel >= 2.6.16.60-0.85.1
-
+
OpenSUSE 11+ All versions support virtio
-
+
OpenSUSE 10 kernel >= 2.6.25.5-1.1
Debian 6+ All versions support virtio
--
2.19.1.3.g30247aa5d201